MetadataCliCommandOutputFieldInfo
The Command.OutputFieldInfo structure describes the name used by the CLI to display a single field of a structure element in the interface definition language.
Properties
string
display_name
Required
Name used by the CLI to display the field.
string
field_name
Required
Name of the field.
JSON Example
{
"display_name": "string",
"field_name": "string"
}