Class BulkEditSitesResponse
Response message for SiteService.BulkEditSites.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v4.Data
Assembly: Google.Apis.DisplayVideo.v4.dll
Syntax
public class BulkEditSitesResponse : 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 that have been successfully created. This list will be absent if empty.
Declaration
[JsonProperty("sites")]
public virtual IList<Site> Sites { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<Site> |