Class RemoveEnableRulesResponse
The response message of RemoveEnableRules method.
Implements
Inherited Members
Namespace: Google.Apis.ServiceUsage.v1beta1.Data
Assembly: Google.Apis.ServiceUsage.v1beta1.dll
Syntax
public class RemoveEnableRulesResponse : IDirectResponseSchema
Properties
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 |
RemovedValues
The values removed from the parent consumer policy.
Declaration
[JsonProperty("removedValues")]
public virtual IList<string> RemovedValues { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |