v1ApiOnlyUserParams class

Constructors

v1ApiOnlyUserParams({required String userName, String? userEmail, required List<String> userTags, required List<apiApiKeyParams> apiKeys})
const
v1ApiOnlyUserParams.fromJson(Map<String, dynamic> json)
factory

Properties

apiKeys List<apiApiKeyParams>
A list of API Key parameters. This field, if not needed, should be an empty array in your request body.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userEmail String?
The email address for this API-only User (optional).
final
userName String
The name of the new API-only User.
final
userTags List<String>
A list of tags assigned to the new API-only User. This field, if not needed, should be an empty array in your request body.
final

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