google_api_cloud_private_catalog v0.3.0 GoogleApi.CloudPrivateCatalog.V1beta1.Model.GoogleCloudPrivatecatalogV1beta1Catalog View Source

The readonly representation of a catalog computed with a given resource context.

Attributes

  • createTime (type: DateTime.t, default: nil) - Output only. The time when the catalog was created.
  • description (type: String.t, default: nil) - Output only. The description of the catalog.
  • displayName (type: String.t, default: nil) - Output only. The descriptive name of the catalog as it appears in UIs.
  • name (type: String.t, default: nil) - Output only. The resource name of the target catalog, in the format of `catalogs/{catalog_id}'.
  • 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

Link to this type

t()

View Source
t() ::
  %GoogleApi.CloudPrivateCatalog.V1beta1.Model.GoogleCloudPrivatecatalogV1beta1Catalog{
    createTime: DateTime.t(),
    description: String.t(),
    displayName: String.t(),
    name: String.t(),
    updateTime: DateTime.t()
  }

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.