google_api_cloud_private_catalog v0.3.0 GoogleApi.CloudPrivateCatalog.V1beta1.Model.GoogleCloudPrivatecatalogV1beta1Version View Source
The consumer representation of a version which is a child resource under a
Product
with asset data.
Attributes
asset
(type:map()
, default:nil
) - Output only. The asset which has been validated and is ready to be provisioned. See google.cloud.privatecatalogproducer.v1beta.Version.asset for details.createTime
(type:DateTime.t
, default:nil
) - Output only. The time when the version was created.description
(type:String.t
, default:nil
) - Output only. The user-supplied description of the version. Maximum of 256 characters.name
(type:String.t
, default:nil
) - Output only. The resource name of the version, in the format `catalogs/{catalog_id}/products/{product_id}/versions/a-z*[a-z0-9]'. A unique identifier for the version under a product.updateTime
(type:DateTime.t
, default:nil
) - Output only. The time when the version 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.CloudPrivateCatalog.V1beta1.Model.GoogleCloudPrivatecatalogV1beta1Version{ asset: map(), createTime: DateTime.t(), description: String.t(), name: String.t(), updateTime: DateTime.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.