Class ReservationsScopedList
Implements
Inherited Members
Namespace: Google.Apis.Compute.beta.Data
Assembly: Google.Apis.Compute.beta.dll
Syntax
public class ReservationsScopedList : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Reservations
A list of reservations contained in this scope.
Declaration
[JsonProperty("reservations")]
public virtual IList<Reservation> Reservations { get; set; }
Property Value
Type | Description |
---|---|
IList<Reservation> |
Warning
Informational warning which replaces the list of reservations when the list is empty.
Declaration
[JsonProperty("warning")]
public virtual ReservationsScopedList.WarningData Warning { get; set; }
Property Value
Type | Description |
---|---|
ReservationsScopedList.WarningData |