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

A unique association of an AliasType and a number to identify this alias.

Attributes

  • subId (type: String.t, default: nil) - A unique identifier for this alias, this identifier is unique to the type of this Alias. This means that aliases of different types can have the same sub_id, hence always use the full AliasId message to refer to an alias, not this field only. Because HOME and WORK aliases are unique, aliases of type HOME or WORK always have sub_id 0.
  • type (type: String.t, default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.PersonalizationMapsAliasAliasId{
  subId: String.t() | nil,
  type: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.