state property

String? state
getter/setter pair

State of the attachment.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : No state specified. This should not be used.
  • "PENDING_PARTNER_ATTACHMENT" : Has never been attached to a partner.
  • "PARTNER_ATTACHED" : Currently attached to a partner.
  • "PARTNER_DETACHED" : Was once attached to a partner but has been detached.

Implementation

core.String? state;