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