Metadata_Cli_Command_OutputFieldInfo

Metadata_Cli_Command_OutputFieldInfo
Metadata_Cli_Command_OutputFieldInfo

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.

JSON Example
{
    "field_name": "string",
    "display_name": "string"
}
string
field_name
Required

Name of the field.

string
display_name
Required

Name used by the CLI to display the field.