public sealed class ListBlueprintRevisionsRequest : IMessage<ListBlueprintRevisionsRequest>, IEquatable<ListBlueprintRevisionsRequest>, IDeepCloneable<ListBlueprintRevisionsRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the Telco Automation v1 API class ListBlueprintRevisionsRequest.
Request object for ListBlueprintRevisions.
Implements
IMessageListBlueprintRevisionsRequest, IEquatableListBlueprintRevisionsRequest, IDeepCloneableListBlueprintRevisionsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.TelcoAutomation.V1Assembly
Google.Cloud.TelcoAutomation.V1.dll
Constructors
ListBlueprintRevisionsRequest()
public ListBlueprintRevisionsRequest()ListBlueprintRevisionsRequest(ListBlueprintRevisionsRequest)
public ListBlueprintRevisionsRequest(ListBlueprintRevisionsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListBlueprintRevisionsRequest |
Properties
BlueprintName
public BlueprintName BlueprintName { get; set; }BlueprintName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
BlueprintName |
|
Name
public string Name { get; set; }Required. The name of the blueprint to list revisions for.
| Property Value | |
|---|---|
| Type | Description |
string |
|
PageSize
public int PageSize { get; set; }The maximum number of revisions to return per page.
| Property Value | |
|---|---|
| Type | Description |
int |
|
PageToken
public string PageToken { get; set; }The page token, received from a previous ListBlueprintRevisions call It can be provided to retrieve the subsequent page.
| Property Value | |
|---|---|
| Type | Description |
string |
|