GoogleApi.IdeaHub.V1beta.Model.GoogleSearchIdeahubV1betaAvailableLocale (google_api_idea_hub v0.2.0) View Source

Represents locales that are available for a web property.

Attributes

  • locale (type: String.t, default: nil) - A string in BCP 47 format, without a resource prefix.
  • name (type: String.t, default: nil) - A string in BCP 47 format, prefixed with the platform and property name, and "locales/". Format: platforms/{platform}/properties/{property}/locales/{locale}

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.IdeaHub.V1beta.Model.GoogleSearchIdeahubV1betaAvailableLocale{
  locale: String.t() | nil,
  name: String.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.