status property

  1. @BuiltValueField.new(wireName: r'status')
AssociationStatus get status

The status of the association. Possible values: active or pendingApproval.

Implementation

@BuiltValueField(wireName: r'status')
AssociationStatus get status;