The attribute values associated with resource.
JSON representation |
---|
{ "attribute": string, // Union field |
Fields | |
---|---|
attribute |
Output only. The name of the attribute. Format: projects/{project}/locations/{location}/attributes/{attribute} |
Union field Value . The attribute values associated with the resource. Value can be only one of the following: |
|
enumValues |
The attribute values associated with a resource in case attribute data type is enum. |
stringValues |
The attribute values associated with a resource in case attribute data type is string. |
jsonValues |
The attribute values associated with a resource in case attribute data type is JSON. |
EnumAttributeValues
The attribute values of data type enum.
JSON representation |
---|
{
"values": [
{
object ( |
Fields | |
---|---|
values[] |
Required. The attribute values in case attribute data type is enum. |
StringAttributeValues
The attribute values of data type string or JSON.
JSON representation |
---|
{ "values": [ string ] } |
Fields | |
---|---|
values[] |
Required. The attribute values in case attribute data type is string or JSON. |