GeostoreAttributeIdProto

GoogleApi.ContentWarehouse.V1.Model.GeostoreAttributeIdProto


Table of Contents ▼

Jump to a specific part of the page:

Description

Used to represent the unique id of an attribute.

Attributes List

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

View Attributes

Attributes

  1. id (type: String.t, default: nil)
    - The id of the attribute. Stored as a stripped format of the gcid (e.g. "foo" instead of "gcid:att_foo").
  2. providerId (type: String.t, default: nil)
    - Set because it's required, but not really meaningful in geostore (always set to "Geo").
  3. type (type: String.t, default: nil)
    -

Type

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

Function

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

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