Show / Hide Table of Contents

Class ListStreamObjectsResponse

Response containing the objects for a stream.

Inheritance
object
ListStreamObjectsResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX