active property

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

Indicates if the API credential is enabled.

Implementation

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