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

Attributes

  • DEPRECATEDViewType (type: integer(), default: nil) -
  • locale (type: String.t, default: nil) - The two-character ISO country code for the locale.
  • viewability (type: GoogleApi.ContentWarehouse.V1.Model.OceanLocaleViewability.t, default: nil) - The viewability specified for this locale.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.OceanVolumeViewabilityLocale{
  DEPRECATEDViewType: integer() | nil,
  locale: String.t() | nil,
  viewability:
    GoogleApi.ContentWarehouse.V1.Model.OceanLocaleViewability.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.