Class ListOrgDataExchangesResponse (0.3.1)

ListOrgDataExchangesResponse(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Message for response to listing data exchanges in an organization and location.

Attributes

NameDescription
data_exchanges Sequence[google.cloud.bigquery_data_exchange_v1beta1.types.DataExchange]
The list of data exchanges.
next_page_token str
A token to request the next page of results.

Inheritance

builtins.object > proto.message.Message > ListOrgDataExchangesResponse