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

Attributes

  • location (type: String.t, default: nil) - The location where the restriction applies. Defaults to the "The world". See go/iii.
  • restriction (type: GoogleApi.ContentWarehouse.V1.Model.AbuseiamUserRestriction.t, default: nil) - The UserRestriction that applies to this location. If not specified evaluates to true.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AbuseiamGeoRestrictionLocale{
  location: String.t() | nil,
  restriction:
    GoogleApi.ContentWarehouse.V1.Model.AbuseiamUserRestriction.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.