MetadataValue

MetadataValue
MetadataValue

Represents information related to VMware Cloud Director metadata entry.

JSON Example
{
    "access": "string",
    "key": "val1",
    "type": "string",
    "value": "Hello, world!"
}
access
Optional

access

string
key
Optional

The key of the metadata.

type
Optional

type

string
value
Optional

The value of the metadata.