Show / Hide Table of Contents

Class ReservationsScopedList

Inheritance
object
ReservationsScopedList
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX