google_api_cloud_private_catalog v0.3.0 GoogleApi.CloudPrivateCatalog.V1beta1.Model.GoogleCloudPrivatecatalogV1beta1SearchProductsResponse View Source
Response message for PrivateCatalog.SearchProducts.
Attributes
nextPageToken
(type:String.t
, default:nil
) - A pagination token returned from a previous call to SearchProducts that indicates from where listing should continue. This field is optional.products
(type:list(GoogleApi.CloudPrivateCatalog.V1beta1.Model.GoogleCloudPrivatecatalogV1beta1Product.t)
, default:nil
) - TheProduct
resources computed from the resource context.
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.CloudPrivateCatalog.V1beta1.Model.GoogleCloudPrivatecatalogV1beta1SearchProductsResponse{ nextPageToken: String.t(), products: [ GoogleApi.CloudPrivateCatalog.V1beta1.Model.GoogleCloudPrivatecatalogV1beta1Product.t() ] }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.