DataCenter class abstract
DataCenter
Properties:
- livePrefix - The unique live URL prefix for your live endpoint. Each data center has its own live URL prefix. This field is empty for requests made in the test environment.
- 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
- Annotations
-
- @BuiltValue.new()
Constructors
- DataCenter([void updates(DataCenterBuilder b)])
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- livePrefix → String?
-
The unique live URL prefix for your live endpoint. Each data center has its own live URL prefix. This field is empty for requests made in the test environment.
no setter
- name_ → String?
-
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
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(DataCenterBuilder)) → DataCenter -
Rebuilds the instance.
inherited
-
toBuilder(
) → DataCenterBuilder -
Converts the instance to a builder
B.inherited -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
-
serializer
→ Serializer<
DataCenter> -
no setter