v1CreateOrganizationIntentV2 class

Constructors

v1CreateOrganizationIntentV2({required String organizationName, required String rootEmail, required v1AuthenticatorParamsV2 rootAuthenticator, String? rootUserId})
const
v1CreateOrganizationIntentV2.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
organizationName String
Human-readable name for an Organization.
final
rootAuthenticator v1AuthenticatorParamsV2
The root user's Authenticator.
final
rootEmail String
The root user's email address.
final
rootUserId String?
Unique identifier for the root user object.
final
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