MetadataCliNamespaceGetResponseBody
This is a response body class for an operation.
Properties
value
Optional
Information about the namespace including information about child of that namespace.
JSON Example
{
"value": {
"children": [
{
"name": "string",
"path": "string"
}
],
"description": "string",
"identity": {
"name": "string",
"path": "string"
}
}
}