Class ListDeploymentRevisionsRequest (0.2.2)

ListDeploymentRevisionsRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Request for listing all revisions of a deployment.

Attributes

NameDescription
name str
Required. The name of the deployment to list revisions for.
page_size int
Optional. The maximum number of revisions to return per page.
page_token str
Optional. The page token, received from a previous ListDeploymentRevisions call Provide this to retrieve the subsequent page.