Show / Hide Table of Contents

Class BulkEditAdvertiserAssignedTargetingOptionsRequest

Request message for BulkEditAdvertiserAssignedTargetingOptions.

Inheritance
object
BulkEditAdvertiserAssignedTargetingOptionsRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DisplayVideo.v1.Data
Assembly: Google.Apis.DisplayVideo.v1.dll
Syntax
public class BulkEditAdvertiserAssignedTargetingOptionsRequest : IDirectResponseSchema

Properties

CreateRequests

The assigned targeting options to create in batch, specified as a list of CreateAssignedTargetingOptionsRequest. Supported targeting types: * TARGETING_TYPE_CHANNEL * TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION * TARGETING_TYPE_OMID * TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION

Declaration
[JsonProperty("createRequests")]
public virtual IList<CreateAssignedTargetingOptionsRequest> CreateRequests { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<T><CreateAssignedTargetingOptionsRequest>

DeleteRequests

The assigned targeting options to delete in batch, specified as a list of DeleteAssignedTargetingOptionsRequest. Supported targeting types: * TARGETING_TYPE_CHANNEL * TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION * TARGETING_TYPE_OMID * TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION

Declaration
[JsonProperty("deleteRequests")]
public virtual IList<DeleteAssignedTargetingOptionsRequest> DeleteRequests { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<T><DeleteAssignedTargetingOptionsRequest>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX