PersonalizationMapsAliasAliasId

GoogleApi.ContentWarehouse.V1.Model.PersonalizationMapsAliasAliasId


Table of Contents ▼

Jump to a specific part of the page:

Description

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

Attributes List

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

View Attributes

Attributes

  1. 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.
  2. type (type: String.t, default: nil)
    -

Type

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

Function

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

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