PbmLineOfServiceInfo
PbmLineOfServiceInfo
Describes Line of Service of a capability provider.
This structure may be used only with operations rendered under /pbm
.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"lineOfService": "string",
"name": {
"_typeName": "string",
"label": "string",
"summary": "string",
"key": "string",
"messageCatalogKeyPrefix": "string",
"messageArg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
]
},
"description": {
"_typeName": "string",
"label": "string",
"summary": "string",
"key": "string",
"messageCatalogKeyPrefix": "string",
"messageArg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
]
}
}
string
lineOfService
Required
PbmLineOfServiceInfoLineOfServiceEnumEnum - must be one of the values for enum PbmLineOfServiceInfoLineOfServiceEnumEnum.
name
Required
This structure may be used only with operations rendered under /pbm
.
description
Optional
This structure may be used only with operations rendered under /pbm
.