v1CreateSubOrganizationIntent class
Constructors
- v1CreateSubOrganizationIntent({required String name, required v1AuthenticatorParamsV2 rootAuthenticator})
-
const
-
v1CreateSubOrganizationIntent.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
Name for this sub-organization
final
- rootAuthenticator → v1AuthenticatorParamsV2
-
Root User authenticator for this new sub-organization
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