Class SetOrgPolicyRequest
The request sent to the SetOrgPolicyRequest method.
Implements
Inherited Members
Namespace: Google.Apis.CloudResourceManager.v1.Data
Assembly: Google.Apis.CloudResourceManager.v1.dll
Syntax
public class SetOrgPolicyRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Policy
Policy
to set on the resource.
Declaration
[JsonProperty("policy")]
public virtual OrgPolicy Policy { get; set; }
Property Value
Type | Description |
---|---|
OrgPolicy |