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