CreateRemoteAccessSessionResult class
Represents the server response from a request to create a remote access session.
Constructors
- CreateRemoteAccessSessionResult({RemoteAccessSession? remoteAccessSession})
-
CreateRemoteAccessSessionResult.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- remoteAccessSession → RemoteAccessSession?
-
A container that describes the remote access session when the request to
create a remote access session is sent.
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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited