GenerateEnterpriseUpgradeUrlRequest class
Request message for generating a URL to upgrade an existing managed Google Play Accounts enterprise to a managed Google domain.Note: This feature is not generally available.
Constructors
-
GenerateEnterpriseUpgradeUrlRequest.new({String? adminEmail, List<
String> ? allowedDomains}) - GenerateEnterpriseUpgradeUrlRequest.fromJson(Map json_)
Properties
- adminEmail ↔ String?
-
Email address used to prefill the admin field of the enterprise signup
form as part of the upgrade process.
getter/setter pair
-
allowedDomains
↔ List<
String> ? -
A list of domains that are permitted for the admin email.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited