Class ListStreamObjectsResponse
Response containing the objects for a stream.
Implements
Inherited Members
Namespace: Google.Apis.Datastream.v1.Data
Assembly: Google.Apis.Datastream.v1.dll
Syntax
public class ListStreamObjectsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NextPageToken
A token, which can be sent as page_token
to retrieve the next page.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
StreamObjects
List of stream objects.
Declaration
[JsonProperty("streamObjects")]
public virtual IList<StreamObject> StreamObjects { get; set; }
Property Value
Type | Description |
---|---|
IList<StreamObject> |