active property

  1. @BuiltValueField.new(wireName: r'active')
bool get active

Indicates if the API credential is enabled. Must be set to true to use the credential in your integration.

Implementation

@BuiltValueField(wireName: r'active')
bool get active;