View Source GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefKGCollection (google_api_content_warehouse v0.4.0)

See go/kg-collections

Attributes

  • debugId (type: String.t, default: nil) - A human friendly identifier (collection hrid). NOTE: The field name is a misnomer, this is the preferred field to use in production.
  • id (type: String.t, default: nil) - Identifier of the collection, usually a MID (/m/xyz or /g/zyw). NOTE: In most cases, this is not the id that should be used, debug_id is the preferred identifier. The main reason is the this is not a stable id (mid for collection sometimes shift around).

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefKGCollection{
  debugId: String.t() | nil,
  id: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.