2.0 Customized Owner object

Represents the customized name of the owner of a playable. Inherits from the 2.0 Actor object.

Example

{
  "type": "CUSTOMIZED_OWNER",
  "name": "Sales Department"
}

Fields

Field Type Description
type
required
String The actor type; always CUSTOMIZED_OWNER. Inherited from 2.0 Actor.
name
required
String The customized name of the owner of a playable. Inherited from 2.0 Actor.