Class InstantSnapshotsScopedList
Inheritance
System.Object
InstantSnapshotsScopedList
Implements
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.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class InstantSnapshotsScopedList : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
InstantSnapshots
[Output Only] A list of instantSnapshots contained in this scope.
Declaration
[JsonProperty("instantSnapshots")]
public virtual IList<InstantSnapshot> InstantSnapshots { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<InstantSnapshot> |
Warning
[Output Only] Informational warning which replaces the list of instantSnapshots when the list is empty.
Declaration
[JsonProperty("warning")]
public virtual InstantSnapshotsScopedList.WarningData Warning { get; set; }
Property Value
| Type | Description |
|---|---|
| InstantSnapshotsScopedList.WarningData |