2.1.1 Customized Owner object
Represents the customized name of the owner of a playable. Inherits from the 2.1.1 Actor object.
Example
{
"type": "CUSTOMIZED_OWNER",
"name": "Sales Department"
}
Fields
Field | Type | Description |
---|---|---|
type required |
String | The actor type; always CUSTOMIZED_OWNER . Inherited from Actor. |
name required |
String | The customized name of the owner of a playable. Inherited from Actor. |
Last updated on