GoogleApi.DisplayVideo.V1.Model.CreateAssignedTargetingOptionsRequest (google_api_display_video v0.15.3) View Source
A request listing which assigned targeting options of a given targeting type should be created and added.
Attributes
-
assignedTargetingOptions(type:list(GoogleApi.DisplayVideo.V1.Model.AssignedTargetingOption.t), default:nil) - Required. The assigned targeting options to create and add. -
targetingType(type:String.t, default:nil) - Required. Identifies the type of this assigned targeting option.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.DisplayVideo.V1.Model.CreateAssignedTargetingOptionsRequest{
assignedTargetingOptions: [
GoogleApi.DisplayVideo.V1.Model.AssignedTargetingOption.t()
],
targetingType: String.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.