GoogleApi.DisplayVideo.V1.Model.Consent (google_api_display_video v0.39.0)

View Source

User consent status.

Attributes

  • adPersonalization (type: String.t, default: nil) - Represents consent for ad personalization.
  • adUserData (type: String.t, default: nil) - Represents consent for ad user data.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DisplayVideo.V1.Model.Consent{
  adPersonalization: String.t() | nil,
  adUserData: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.