Class GoogleCloudApihubV1AttributeValues
The attribute values associated with resource.
Implements
Inherited Members
Namespace: Google.Apis.APIhub.v1.Data
Assembly: Google.Apis.APIhub.v1.dll
Syntax
public class GoogleCloudApihubV1AttributeValues : IDirectResponseSchema
Properties
Attribute
Output only. The name of the attribute. Format: projects/{project}/locations/{location}/attributes/{attribute}
Declaration
[JsonProperty("attribute")]
public virtual string Attribute { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EnumValues
The attribute values associated with a resource in case attribute data type is enum.
Declaration
[JsonProperty("enumValues")]
public virtual GoogleCloudApihubV1EnumAttributeValues EnumValues { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudApihubV1EnumAttributeValues |
JsonValues
The attribute values associated with a resource in case attribute data type is JSON.
Declaration
[JsonProperty("jsonValues")]
public virtual GoogleCloudApihubV1StringAttributeValues JsonValues { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudApihubV1StringAttributeValues |
StringValues
The attribute values associated with a resource in case attribute data type is string.
Declaration
[JsonProperty("stringValues")]
public virtual GoogleCloudApihubV1StringAttributeValues StringValues { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudApihubV1StringAttributeValues |
UriValues
The attribute values associated with a resource in case attribute data type is URL, URI or IP, like gs://bucket-name/object-name.
Declaration
[JsonProperty("uriValues")]
public virtual GoogleCloudApihubV1StringAttributeValues UriValues { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudApihubV1StringAttributeValues |