Class OperationsScopedList
Inheritance
System.Object
OperationsScopedList
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.v1.Data
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class OperationsScopedList : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.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 |
|---|---|
| System.Collections.Generic.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 |