Show / Hide Table of Contents

Class DisksScopedList

Inheritance
System.Object
DisksScopedList
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Compute.v1.Data
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class DisksScopedList : IDirectResponseSchema

Properties

Disks

[Output Only] A list of disks contained in this scope.

Declaration
[JsonProperty("disks")]
public virtual IList<Disk> Disks { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<Disk>

ETag

The ETag of the item.

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

Warning

[Output Only] Informational warning which replaces the list of disks when the list is empty.

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

Implements

IDirectResponseSchema
In This Article
Back to top