public sealed class ListOrgDataExchangesRequest : IMessage<ListOrgDataExchangesRequest>, IEquatable<ListOrgDataExchangesRequest>, IDeepCloneable<ListOrgDataExchangesRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the Analytics Hub v1 API class ListOrgDataExchangesRequest.
Message for requesting the list of data exchanges from projects in an organization and location.
Implements
IMessage<ListOrgDataExchangesRequest>, IEquatable<ListOrgDataExchangesRequest>, IDeepCloneable<ListOrgDataExchangesRequest>, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.BigQuery.AnalyticsHub.V1Assembly
Google.Cloud.BigQuery.AnalyticsHub.V1.dll
Constructors
ListOrgDataExchangesRequest()
public ListOrgDataExchangesRequest()ListOrgDataExchangesRequest(ListOrgDataExchangesRequest)
public ListOrgDataExchangesRequest(ListOrgDataExchangesRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListOrgDataExchangesRequest |
Properties
Organization
public string Organization { get; set; }Required. The organization resource path of the projects containing DataExchanges.
e.g. organizations/myorg/locations/US.
| Property Value | |
|---|---|
| Type | Description |
String |
|
PageSize
public int PageSize { get; set; }The maximum number of results to return in a single response page. Leverage the page tokens to iterate through the entire collection.
| Property Value | |
|---|---|
| Type | Description |
Int32 |
|
PageToken
public string PageToken { get; set; }Page token, returned by a previous call, to request the next page of results.
| Property Value | |
|---|---|
| Type | Description |
String |
|