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