Class BulkEditAssignedLocationsResponse
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v3.Data
Assembly: Google.Apis.DisplayVideo.v3.dll
Syntax
public class BulkEditAssignedLocationsResponse : IDirectResponseSchema
Properties
AssignedLocations
The list of assigned locations that have been successfully created. This list will be absent if empty.
Declaration
[JsonProperty("assignedLocations")]
public virtual IList<AssignedLocation> AssignedLocations { get; set; }
Property Value
Type | Description |
---|---|
IList<AssignedLocation> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |