Class UpdateAvailabilityResponse
The response to a update availability request.
Implements
Inherited Members
Namespace: Google.Apis.Doubleclicksearch.v2.Data
Assembly: Google.Apis.Doubleclicksearch.v2.dll
Syntax
public class UpdateAvailabilityResponse : IDirectResponseSchema
Properties
Availabilities
The availabilities being returned.
Declaration
[JsonProperty("availabilities")]
public virtual IList<Availability> Availabilities { get; set; }
Property Value
Type | Description |
---|---|
IList<Availability> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |