Show / Hide Table of Contents

Class ReservationConsumedInstancesListResponse

Response message for listing reservation consumed instances.

Inheritance
object
ReservationConsumedInstancesListResponse
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.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class ReservationConsumedInstancesListResponse : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Id

Uniquely identifies the type of this resource.

Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type Description
string

Items

A list of ReservationConsumedInstance resources.

Declaration
[JsonProperty("items")]
public virtual IList<ReservationConsumedInstance> Items { get; set; }
Property Value
Type Description
IList<ReservationConsumedInstance>

Kind

Identifies the resource as a list of reservation consumed instances.

Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type Description
string

NextPageToken

[Output Only] This token allows you to get the next page of results for list requests.

Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type Description
string

SelfLink

Output only. [Output Only] Server-defined URL for this resource.

Declaration
[JsonProperty("selfLink")]
public virtual string SelfLink { get; set; }
Property Value
Type Description
string

Warning

[Output Only] Informational warning which replaces the result in some cases.

Declaration
[JsonProperty("warning")]
public virtual ReservationConsumedInstancesListResponse.WarningData Warning { get; set; }
Property Value
Type Description
ReservationConsumedInstancesListResponse.WarningData

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX