v1CreateReadOnlySessionResult class

Constructors

v1CreateReadOnlySessionResult({required String organizationId, required String organizationName, required String userId, required String username, required String session, required String sessionExpiry})
const
v1CreateReadOnlySessionResult.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
organizationId String
Unique identifier for a given Organization. If the request is being made by a user and their Sub-Organization ID is unknown, this can be the Parent Organization ID. However, using the Sub-Organization ID is preferred due to performance reasons.
final
organizationName String
Human-readable name for an Organization.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
session String
String representing a read only session
final
sessionExpiry String
UTC timestamp in seconds representing the expiry time for the read only session.
final
userId String
Unique identifier for a given User.
final
username String
Human-readable name for a User.
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