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