public sealed class ListDeploymentRevisionsRequest : IMessage<ListDeploymentRevisionsRequest>, IEquatable<ListDeploymentRevisionsRequest>, IDeepCloneable<ListDeploymentRevisionsRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the Telco Automation v1 API class ListDeploymentRevisionsRequest.
Request for listing all revisions of a deployment.
Implements
IMessageListDeploymentRevisionsRequest, IEquatableListDeploymentRevisionsRequest, IDeepCloneableListDeploymentRevisionsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.TelcoAutomation.V1Assembly
Google.Cloud.TelcoAutomation.V1.dll
Constructors
ListDeploymentRevisionsRequest()
public ListDeploymentRevisionsRequest()
ListDeploymentRevisionsRequest(ListDeploymentRevisionsRequest)
public ListDeploymentRevisionsRequest(ListDeploymentRevisionsRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListDeploymentRevisionsRequest |
Properties
DeploymentName
public DeploymentName DeploymentName { get; set; }
DeploymentName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
DeploymentName |
Name
public string Name { get; set; }
Required. The name of the deployment to list revisions for.
Property Value | |
---|---|
Type | Description |
string |
PageSize
public int PageSize { get; set; }
Optional. The maximum number of revisions to return per page.
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
Optional. The page token, received from a previous ListDeploymentRevisions call Provide this to retrieve the subsequent page.
Property Value | |
---|---|
Type | Description |
string |