Class Aspect
Aspect represents Generic aspect. It is used to configure an aspect without making direct changes to service.proto
Implements
Inherited Members
Namespace: Google.Apis.ServiceUsage .v1.Data
Assembly: Google.Apis.ServiceUsage.v1.dll
Syntax
public class Aspect : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Kind
The type of this aspect configuration.
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type | Description |
---|---|
string |
Spec
Content of the configuration. The underlying schema should be defined by Aspect owners as protobuf message
under apiserving/configaspects/proto
.
Declaration
[JsonProperty("spec")]
public virtual IDictionary<string, object> Spec { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, object> |