Apigee Registry v1 API - Class ListApiDeploymentRevisionsResponse (1.0.0-beta06)

public sealed class ListApiDeploymentRevisionsResponse : IPageResponse<ApiDeployment>, IEnumerable<ApiDeployment>, IEnumerable, IMessage<ListApiDeploymentRevisionsResponse>, IEquatable<ListApiDeploymentRevisionsResponse>, IDeepCloneable<ListApiDeploymentRevisionsResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Apigee Registry v1 API class ListApiDeploymentRevisionsResponse.

Response message for ListApiDeploymentRevisionsResponse.

Inheritance

object > ListApiDeploymentRevisionsResponse

Namespace

Google.Cloud.ApigeeRegistry.V1

Assembly

Google.Cloud.ApigeeRegistry.V1.dll

Constructors

ListApiDeploymentRevisionsResponse()

public ListApiDeploymentRevisionsResponse()

ListApiDeploymentRevisionsResponse(ListApiDeploymentRevisionsResponse)

public ListApiDeploymentRevisionsResponse(ListApiDeploymentRevisionsResponse other)
Parameter
NameDescription
otherListApiDeploymentRevisionsResponse

Properties

ApiDeployments

public RepeatedField<ApiDeployment> ApiDeployments { get; }

The revisions of the deployment.

Property Value
TypeDescription
RepeatedFieldApiDeployment

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
TypeDescription
string

Methods

GetEnumerator()

public IEnumerator<ApiDeployment> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorApiDeployment