ExtensionResourceInfo

ExtensionResourceInfo
ExtensionResourceInfo

This data object encapsulates the message resources for all locales.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "locale": "string",
    "module": "string",
    "data": [
        {
            "_typeName": "string",
            "key": "string",
            "value": "string"
        }
    ]
}
string
locale
Required

locale

string
module
Required

Module for a resource type and other message or fault resources.

Examples: "task" for task, "event" for event and "auth" for "privilege".

array of KeyValue
data
Required

data