Class ManifestsListResponse
A response containing a partial list of manifests and a page token used to build the next request if the request has been truncated.
Implements
Inherited Members
Namespace: Google.Apis.DeploymentManager.alpha.Data
Assembly: Google.Apis.DeploymentManager.alpha.dll
Syntax
public class ManifestsListResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Manifests
Output only. Manifests contained in this list response.
Declaration
[JsonProperty("manifests")]
public virtual IList<Manifest> Manifests { get; set; }
Property Value
Type | Description |
---|---|
IList<Manifest> |
NextPageToken
Output only. A token used to continue a truncated list request.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |