Class CreateAssignedTargetingOptionsRequest
A request listing which assigned targeting options of a given targeting type should be created and added.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v2.Data
Assembly: Google.Apis.DisplayVideo.v2.dll
Syntax
public class CreateAssignedTargetingOptionsRequest : IDirectResponseSchema
Properties
AssignedTargetingOptions
Required. The assigned targeting options to create and add.
Declaration
[JsonProperty("assignedTargetingOptions")]
public virtual IList<AssignedTargetingOption> AssignedTargetingOptions { get; set; }
Property Value
Type | Description |
---|---|
IList<AssignedTargetingOption> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
TargetingType
Required. Identifies the type of this assigned targeting option.
Declaration
[JsonProperty("targetingType")]
public virtual string TargetingType { get; set; }
Property Value
Type | Description |
---|---|
string |