state property

String? state
getter/setter pair

State of a persona linking attempt.

Output only. Possible string values are:

  • "LINK_CREATED" : The link specified in the request was created.
  • "PERSONA_OR_PLAYER_ALREADY_LINKED" : The link specified in the request was not created because already existing links would result in the new link violating the specified RecallTokensCardinalityConstraint if created.

Implementation

core.String? state;