Class ListSnapshotsResponse
Response for the ListSnapshots
method.
Implements
Inherited Members
Namespace: Google.Apis.Pubsub.v1.Data
Assembly: Google.Apis.Pubsub.v1.dll
Syntax
public class ListSnapshotsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NextPageToken
Optional. If not empty, indicates that there may be more snapshot that match the request; this value should
be passed in a new ListSnapshotsRequest
.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
Snapshots
Optional. The resulting snapshots.
Declaration
[JsonProperty("snapshots")]
public virtual IList<Snapshot> Snapshots { get; set; }
Property Value
Type | Description |
---|---|
IList<Snapshot> |