Show / Hide Table of Contents

Class BulkEditLineItemAssignedTargetingOptionsRequest

Request message for BulkEditLineItemAssignedTargetingOptions.

Inheritance
object
BulkEditLineItemAssignedTargetingOptionsRequest
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 BulkEditLineItemAssignedTargetingOptionsRequest : IDirectResponseSchema

Properties

CreateRequests

The assigned targeting options to create in batch, specified as a list of CreateAssignedTargetingOptionsRequest.

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.

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