Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

All player note entities are structured as follows:

entity:

  • Device PlayerInfo read-only: A structure which references a specific player instance

  • Notes string read-write: An arbitrary text not more than 1kB in size, which represents the player notes

  • CreationDate DateTime read-onlyA timestamp indicating when the current player note was added on a player. See DateTime for more information about this data type.

  • LastModifiedDate DateTime read-only: A timestamp indicating when the player note was last modified. See DateTime for more information about this data type.


  • No labels