Show / Hide Table of Contents

Class AspectRule

Rule-based configuration for an aspect.

Inheritance
object
AspectRule
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 AspectRule : IDirectResponseSchema

Properties

Config

Required. Rules of the configuration. The underlying schema should be defined by Aspect owners as protobuf message under google/api/configaspects/proto.

Declaration
[JsonProperty("config")]
public virtual IDictionary<string, object> Config { get; set; }
Property Value
Type Description
IDictionary<string, object>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Selector

Required. Selects the RPC methods to which this rule applies. Refer to selector for syntax details.

Declaration
[JsonProperty("selector")]
public virtual string Selector { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX