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

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

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.