ChangeProductionInstanceDomainRequest class
Constructors
- ChangeProductionInstanceDomainRequest.new({String? homeUrl, bool? isSecondary})
- Returns a new ChangeProductionInstanceDomainRequest instance.
Properties
- hashCode → int
-
The hash code for this object.
no setteroverride
- homeUrl ↔ String?
-
The new home URL of the production instance e.g. https://www.example.com
getter/setter pair
- isSecondary ↔ bool?
-
Whether this is a domain for a secondary app, meaning that any subdomain provided is significant and will be stored as part of the domain. This is useful for supporting multiple apps (one primary and multiple secondaries) on the same root domain (eTLD+1).
getter/setter pair
- 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
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override
Static Methods
-
fromJson(
dynamic value) → ChangeProductionInstanceDomainRequest? -
Returns a new ChangeProductionInstanceDomainRequest instance and imports its values from
value
if it's a Map, null otherwise. -
listFromJson(
dynamic json, {bool growable = false}) → List< ChangeProductionInstanceDomainRequest> -
mapFromJson(
dynamic json) → Map< String, ChangeProductionInstanceDomainRequest> -
mapListFromJson(
dynamic json, {bool growable = false}) → Map< String, List< ChangeProductionInstanceDomainRequest> >
Constants
-
requiredKeys
→ const Set<
String> - The list of required keys that must be present in a JSON.