View Source GoogleApi.DisplayVideo.V3.Model.LineItemAssignedTargetingOption (google_api_display_video v0.38.1)
Wrapper object associating an assigned_targeting_option resource and the line item it is assigned to.
Attributes
-
assignedTargetingOption
(type:GoogleApi.DisplayVideo.V3.Model.AssignedTargetingOption.t
, default:nil
) - The assigned targeting option resource. -
lineItemId
(type:String.t
, default:nil
) - The ID of the line item the assigned targeting option is assigned to.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DisplayVideo.V3.Model.LineItemAssignedTargetingOption{ assignedTargetingOption: GoogleApi.DisplayVideo.V3.Model.AssignedTargetingOption.t() | nil, lineItemId: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.