View Source GoogleApi.DisplayVideo.V3.Model.AdGroupAssignedTargetingOption (google_api_display_video v0.37.0)

Wrapper object associating an AssignedTargetingOption resource and the ad group it is assigned to.

Attributes

  • adGroupId (type: String.t, default: nil) - The ID of the ad group the assigned targeting option is assigned to.
  • assignedTargetingOption (type: GoogleApi.DisplayVideo.V3.Model.AssignedTargetingOption.t, default: nil) - The assigned targeting option resource.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DisplayVideo.V3.Model.AdGroupAssignedTargetingOption{
  adGroupId: String.t() | nil,
  assignedTargetingOption:
    GoogleApi.DisplayVideo.V3.Model.AssignedTargetingOption.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.