Class ReplaceSitesRequest
Request message for SiteService.ReplaceSites.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v2.Data
Assembly: Google.Apis.DisplayVideo.v2.dll
Syntax
public class ReplaceSitesRequest : IDirectResponseSchema
Properties
AdvertiserId
The ID of the advertiser that owns the parent channel.
Declaration
[JsonProperty("advertiserId")]
public virtual long? AdvertiserId { get; set; }
Property Value
Type | Description |
---|---|
long? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NewSites
The sites that will replace the existing sites assigned to the channel, specified as a list of Sites.
Declaration
[JsonProperty("newSites")]
public virtual IList<Site> NewSites { get; set; }
Property Value
Type | Description |
---|---|
IList<Site> |
PartnerId
The ID of the partner that owns the parent channel.
Declaration
[JsonProperty("partnerId")]
public virtual long? PartnerId { get; set; }
Property Value
Type | Description |
---|---|
long? |