Show / Hide Table of Contents

Class Aspect

Aspect represents Generic aspect. It is used to configure an aspect without making direct changes to service.proto

Inheritance
object
Aspect
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.ServiceConsumerManagement.v1beta1.Data
Assembly: Google.Apis.ServiceConsumerManagement.v1beta1.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 google/api/configaspects/proto.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX