Class GoogleCloudApihubV1EnumAttributeValues
The attribute values of data type enum.
Implements
Inherited Members
Namespace: Google.Apis.APIhub.v1.Data
Assembly: Google.Apis.APIhub.v1.dll
Syntax
public class GoogleCloudApihubV1EnumAttributeValues : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Values
Required. The attribute values in case attribute data type is enum.
Declaration
[JsonProperty("values")]
public virtual IList<GoogleCloudApihubV1AllowedValue> Values { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudApihubV1AllowedValue> |