Show / Hide Table of Contents

Class RemoveEnableRulesResponse

The response message of RemoveEnableRules method.

Inheritance
object
RemoveEnableRulesResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.ServiceUsage.v1.Data
Assembly: Google.Apis.ServiceUsage.v1.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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX