Show / Hide Table of Contents

Class BulkEditAssignedInventorySourcesRequest

Request message for AssignedInventorySourceService.BulkEdit.

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

Properties

AdvertiserId

The ID of the advertiser that owns the parent inventory source group. The parent partner does not have access to these assigned inventory sources.

Declaration
[JsonProperty("advertiserId")]
public virtual long? AdvertiserId { get; set; }
Property Value
Type Description
long?

CreatedAssignedInventorySources

The assigned inventory sources to create in bulk, specified as a list of AssignedInventorySources.

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

DeletedAssignedInventorySources

The IDs of the assigned inventory sources to delete in bulk, specified as a list of assigned_inventory_source_ids.

Declaration
[JsonProperty("deletedAssignedInventorySources")]
public virtual IList<long?> DeletedAssignedInventorySources { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<T><long?>

ETag

The ETag of the item.

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

PartnerId

The ID of the partner that owns the inventory source group. Only this partner has write access to these assigned inventory sources.

Declaration
[JsonProperty("partnerId")]
public virtual long? PartnerId { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX