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.ServiceManagement.v1.Data
Assembly: Google.Apis.ServiceManagement.v1.dll
Syntax
public class Aspect : IDirectResponseSchemaProperties
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 google/api/configaspects/proto.
Declaration
[JsonProperty("spec")]
public virtual IDictionary<string, object> Spec { get; set; }Property Value
| Type | Description | 
|---|---|
| IDictionary<string, object> |