New

The executive guide to generative AI

Read more

MetadataItems

edit

The container object for metadata items.

Properties

edit
items (array[MetadataItem], required)
A collection of arbitrary metadata items associated with a resource.

Example

edit
{
   "items" : [
      {
         "key" : "string",
         "value" : "string"
      }
   ]
}

On this page

Was this helpful?
Feedback