Class ResourcePoliciesScopedList
Inheritance
System.Object
ResourcePoliciesScopedList
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 ResourcePoliciesScopedList : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ResourcePolicies
A list of resourcePolicies contained in this scope.
Declaration
[JsonProperty("resourcePolicies")]
public virtual IList<ResourcePolicy> ResourcePolicies { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.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 |