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