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