GoogleInternalCommunicationsInstantmessagingV1LocationHint

GoogleApi.ContentWarehouse.V1.Model.GoogleInternalCommunicationsInstantmessagingV1LocationHint


Table of Contents ▼

Jump to a specific part of the page:

Description

LocationHint is used to specify a location as well as format.

Attributes List

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

View Attributes

Attributes

  1. format (type: String.t, default: nil)
    - the format of location.
  2. location (type: String.t, default: nil)
    - Location is the location, provided in the format specified by format.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoogleInternalCommunicationsInstantmessagingV1LocationHint{
format: String.t() | nil,
location: String.t() | nil
}

Function

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

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