Class GoogleCloudChannelV1ListSubscribersResponse
Response Message for ListSubscribers.
Implements
Inherited Members
Namespace: Google.Apis.Cloudchannel.v1.Data
Assembly: Google.Apis.Cloudchannel.v1.dll
Syntax
public class GoogleCloudChannelV1ListSubscribersResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NextPageToken
A token that can be sent as page_token
to retrieve the next page. If this field is omitted, there are no
subsequent pages.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
ServiceAccounts
List of service accounts which have subscriber access to the topic.
Declaration
[JsonProperty("serviceAccounts")]
public virtual IList<string> ServiceAccounts { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
Topic
Name of the topic registered with the reseller.
Declaration
[JsonProperty("topic")]
public virtual string Topic { get; set; }
Property Value
Type | Description |
---|---|
string |