View Source GoogleApi.Blogger.V3.Model.UserLocale (google_api_blogger v0.15.0)

This user's locale

Attributes

  • country (type: String.t, default: nil) - The country this blog's locale is set to.
  • language (type: String.t, default: nil) - The language this blog is authored in.
  • variant (type: String.t, default: nil) - The language variant this blog is authored in.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Blogger.V3.Model.UserLocale{
  country: String.t() | nil,
  language: String.t() | nil,
  variant: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.