v1CreateOrganizationIntent class

Constructors

v1CreateOrganizationIntent({required String organizationName, required String rootEmail, required v1AuthenticatorParams rootAuthenticator, String? rootUserId})
const
v1CreateOrganizationIntent.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 v1AuthenticatorParams
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