View Source GoogleApi.DisplayVideo.V1.Model.GoogleAudience (google_api_display_video v0.35.0)

Describes a Google audience resource. Includes Google audience lists.

Attributes

  • displayName (type: String.t, default: nil) - Output only. The display name of the Google audience. .
  • googleAudienceId (type: String.t, default: nil) - Output only. The unique ID of the Google audience. Assigned by the system.
  • googleAudienceType (type: String.t, default: nil) - Output only. The type of Google audience. .
  • name (type: String.t, default: nil) - Output only. The resource name of the google audience.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DisplayVideo.V1.Model.GoogleAudience{
  displayName: String.t() | nil,
  googleAudienceId: String.t() | nil,
  googleAudienceType: String.t() | nil,
  name: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.