DeviceInfoDto
@Serializable
A DTO representing device information.
Constructors
Link copied to clipboard
constructor(name: String? = null, customName: String? = null, accessToken: String? = null, id: String? = null, lastUserName: String? = null, appName: String? = null, appVersion: String? = null, lastUserId: UUID? = null, dateLastActivity: DateTime? = null, capabilities: ClientCapabilitiesDto, iconUrl: String? = null)
Properties
Link copied to clipboard
The access token.
Link copied to clipboard
The application version.
Link copied to clipboard
The capabilities.
Link copied to clipboard
The custom name.
Link copied to clipboard
The date last modified.
Link copied to clipboard
The last user identifier.
Link copied to clipboard
The last name of the user.