Class AddEnableRulesResponse
The response message of AddEnableRules method.
Implements
Inherited Members
Namespace: Google.Apis.ServiceUsage.v1beta1.Data
Assembly: Google.Apis.ServiceUsage.v1beta1.dll
Syntax
public class AddEnableRulesResponse : IDirectResponseSchema
Properties
AddedValues
The values added to the parent consumer policy.
Declaration
[JsonProperty("addedValues")]
public virtual IList<string> AddedValues { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Parent
The parent consumer policy. It can be projects/12345/consumerPolicies/default, or
folders/12345/consumerPolicies/default, or organizations/12345/consumerPolicies/default.
Declaration
[JsonProperty("parent")]
public virtual string Parent { get; set; }
Property Value
| Type | Description |
|---|---|
| string |