ArrayOfProfileMetadata
ArrayOfProfileMetadata
A boxed array of ProfileMetadata. To be used in Any placeholders.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"_value": [
{
"_typeName": "string",
"key": "string",
"profileTypeName": "string",
"description": {
"_typeName": "string",
"label": "string",
"summary": "string",
"messageCatalogKeyPrefix": "string",
"messageArg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
]
},
"sortSpec": [
{
"_typeName": "string",
"policyId": "string",
"parameter": "string"
}
],
"profileCategory": "string",
"profileComponent": "string",
"operationMessages": [
{
"_typeName": "string",
"operationName": "string",
"message": {
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
}
]
}
]
}