Apigee Registry v1 API - Class ListApiDeploymentRevisionsRequest (1.0.0-beta05)

public sealed class ListApiDeploymentRevisionsRequest : IPageRequest, IMessage<ListApiDeploymentRevisionsRequest>, IEquatable<ListApiDeploymentRevisionsRequest>, IDeepCloneable<ListApiDeploymentRevisionsRequest>, IBufferMessage, IMessage

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

Request message for ListApiDeploymentRevisions.

Inheritance

object > ListApiDeploymentRevisionsRequest

Namespace

Google.Cloud.ApigeeRegistry.V1

Assembly

Google.Cloud.ApigeeRegistry.V1.dll

Constructors

ListApiDeploymentRevisionsRequest()

public ListApiDeploymentRevisionsRequest()

ListApiDeploymentRevisionsRequest(ListApiDeploymentRevisionsRequest)

public ListApiDeploymentRevisionsRequest(ListApiDeploymentRevisionsRequest other)
Parameter
NameDescription
otherListApiDeploymentRevisionsRequest

Properties

ApiDeploymentName

public ApiDeploymentName ApiDeploymentName { get; set; }

ApiDeploymentName-typed view over the Name resource name property.

Property Value
TypeDescription
ApiDeploymentName

Name

public string Name { get; set; }

Required. The name of the deployment to list revisions for.

Property Value
TypeDescription
string

PageSize

public int PageSize { get; set; }

The maximum number of revisions to return per page.

Property Value
TypeDescription
int

PageToken

public string PageToken { get; set; }

The page token, received from a previous ListApiDeploymentRevisions call. Provide this to retrieve the subsequent page.

Property Value
TypeDescription
string