Class ListOrgDataExchangesResponse
Message for response to listing data exchanges in an organization and location.
Implements
Inherited Members
Namespace: Google.Apis.AnalyticsHub.v1beta1.Data
Assembly: Google.Apis.AnalyticsHub.v1beta1.dll
Syntax
public class ListOrgDataExchangesResponse : IDirectResponseSchema
Properties
DataExchanges
The list of data exchanges.
Declaration
[JsonProperty("dataExchanges")]
public virtual IList<DataExchange> DataExchanges { get; set; }
Property Value
Type | Description |
---|---|
IList<DataExchange> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NextPageToken
A token to request the next page of results.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |