Class ListSharedResourceSubscriptionsRequest (0.4.9)

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

Message for listing subscriptions of a shared resource.

Attributes

NameDescription
resource str
Required. Resource name of the requested target. This resource may be either a Listing or a DataExchange. e.g. projects/123/locations/US/dataExchanges/456 OR e.g. projects/123/locations/US/dataExchanges/456/listings/789
include_deleted_subscriptions bool
If selected, includes deleted subscriptions in the response (up to 63 days after deletion).
page_size int
The maximum number of results to return in a single response page.
page_token str
Page token, returned by a previous call.