Telco Automation v1 API - Class ListDeploymentRevisionsResponse (1.2.0)

public sealed class ListDeploymentRevisionsResponse : IMessage<ListDeploymentRevisionsResponse>, IEquatable<ListDeploymentRevisionsResponse>, IDeepCloneable<ListDeploymentRevisionsResponse>, IBufferMessage, IMessage, IPageResponse<Deployment>, IEnumerable<Deployment>, IEnumerable

Reference documentation and code samples for the Telco Automation v1 API class ListDeploymentRevisionsResponse.

List of deployment revisions for a given deployment.

Inheritance

object > ListDeploymentRevisionsResponse

Namespace

Google.Cloud.TelcoAutomation.V1

Assembly

Google.Cloud.TelcoAutomation.V1.dll

Constructors

ListDeploymentRevisionsResponse()

public ListDeploymentRevisionsResponse()

ListDeploymentRevisionsResponse(ListDeploymentRevisionsResponse)

public ListDeploymentRevisionsResponse(ListDeploymentRevisionsResponse other)
Parameter
Name Description
other ListDeploymentRevisionsResponse

Properties

Deployments

public RepeatedField<Deployment> Deployments { get; }

The revisions of the deployment.

Property Value
Type Description
RepeatedFieldDeployment

NextPageToken

public string NextPageToken { get; set; }

A token that can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Property Value
Type Description
string

Methods

GetEnumerator()

public IEnumerator<Deployment> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
Type Description
IEnumeratorDeployment