description property
A description of the account, maximum 256 characters. You can use alphanumeric characters (A-Z, a-z, 0-9), white spaces, and underscores _.
Implementation
@BuiltValueField(wireName: r'description')
String? get description;
A description of the account, maximum 256 characters. You can use alphanumeric characters (A-Z, a-z, 0-9), white spaces, and underscores _.
@BuiltValueField(wireName: r'description')
String? get description;