state property

String? state
getter/setter pair

The state of the subscriber.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : Represents an unspecified subscriber state.
  • "UNVERIFIED" : Represents an unverified subscriber. This is the initial state of the subscriber when it is created. The backend will verify the subscriber's endpoint_uri.
  • "ACTIVE" : Represents an active subscriber. The endpoint has been verified.
  • "INACTIVE" : Represents an inactive subscriber.

Implementation

core.String? state;