Class ReplaceSitesResponse
Response message for SiteService.ReplaceSites.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v3.Data
Assembly: Google.Apis.DisplayVideo.v3.dll
Syntax
public class ReplaceSitesResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Sites
The list of sites in the channel after replacing.
Declaration
[JsonProperty("sites")]
public virtual IList<Site> Sites { get; set; }
Property Value
Type | Description |
---|---|
IList<Site> |