google_api_cloud_private_catalog_producer v0.3.0 GoogleApi.CloudPrivateCatalogProducer.V1beta1.Model.GoogleCloudPrivatecatalogproducerV1beta1ListProductsResponse View Source
Attributes
nextPageToken
(type:String.t
, default:nil
) - A pagination token returned from a previous call to ListProducts that indicates where the listing should continue from. This field is optional.products
(type:list(GoogleApi.CloudPrivateCatalogProducer.V1beta1.Model.GoogleCloudPrivatecatalogproducerV1beta1Product.t)
, default:nil
) - TheProduct
returned from the list call.
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.GoogleCloudPrivatecatalogproducerV1beta1ListProductsResponse{ nextPageToken: String.t(), products: [ GoogleApi.CloudPrivateCatalogProducer.V1beta1.Model.GoogleCloudPrivatecatalogproducerV1beta1Product.t() ] }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.