RepositoryWebrefKGCollection

GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefKGCollection


Table of Contents ▼

Jump to a specific part of the page:

Description

See go/kg-collections

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. 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.
  2. 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).

Type

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

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefKGCollection