Class AspectRule
Rule-based configuration for an aspect.
Implements
Inherited Members
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 |