Class RetrievePlannableLocationsResponse
Response for RetrievePlannableLocations
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v4.Data
Assembly: Google.Apis.DisplayVideo.v4.dll
Syntax
public class RetrievePlannableLocationsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PlannableLocations
Output only. The list of plannable locations.
Declaration
[JsonProperty("plannableLocations")]
public virtual IList<PlannableLocation> PlannableLocations { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<PlannableLocation> |