google_api_cloud_private_catalog_producer v0.3.0 GoogleApi.CloudPrivateCatalogProducer.V1beta1.Model.GoogleCloudPrivatecatalogproducerV1beta1ListAssociationsResponse View Source
Attributes
associations
(type:list(GoogleApi.CloudPrivateCatalogProducer.V1beta1.Model.GoogleCloudPrivatecatalogproducerV1beta1Association.t)
, default:nil
) - The returnedAssociation
resources from the list call.nextPageToken
(type:String.t
, default:nil
) - A pagination token returned from a previous call toListAssociations
that indicates where the listing should continue from. This field is optional.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.CloudPrivateCatalogProducer.V1beta1.Model.GoogleCloudPrivatecatalogproducerV1beta1ListAssociationsResponse{ associations: [ GoogleApi.CloudPrivateCatalogProducer.V1beta1.Model.GoogleCloudPrivatecatalogproducerV1beta1Association.t() ], nextPageToken: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.