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