google_api_cloud_private_catalog_producer v0.4.0 GoogleApi.CloudPrivateCatalogProducer.V1beta1.Model.GoogleCloudPrivatecatalogproducerV1beta1Catalog View Source
The producer representation of a catalog which is a curated collection of solutions that can be managed, controlled, and shared by cloud admins.
Attributes
createTime(type:DateTime.t, default:nil) - Output only. The time when the catalog was created.description(type:String.t, default:nil) - Required. The user-supplied description of the catalog. Maximum of 512 characters.displayName(type:String.t, default:nil) - Required. The user-supplied descriptive name of the catalog as it appears in UIs. Maximum 256 characters in length.name(type:String.t, default:nil) - Output only. The resource name of the catalog, in the format `catalogs/{catalog_id}'. A unique identifier for the catalog, which is generated by catalog service.parent(type:String.t, default:nil) - Required. The parent resource name of the catalog, which can't be changed after a catalog is created. It can only be an organization. Values are of the form//cloudresourcemanager.googleapis.com/organizations/<id>. Maximum 256 characters in length.updateTime(type:DateTime.t, default:nil) - Output only. The time when the catalog was last updated.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
t()
View Sourcet() ::
%GoogleApi.CloudPrivateCatalogProducer.V1beta1.Model.GoogleCloudPrivatecatalogproducerV1beta1Catalog{
createTime: DateTime.t(),
description: String.t(),
displayName: String.t(),
name: String.t(),
parent: String.t(),
updateTime: DateTime.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.