name_ property

  1. @BuiltValueField.new(wireName: r'name')
String? get name_

The name assigned to a data center, for example EU for the European data center. Possible values are: * default: the European data center. This value is always returned in the test environment. * AU * EU * US

Implementation

@BuiltValueField(wireName: r'name')
String? get name_;