ChunksConfig

data class ChunksConfig(val authorisationToken: String, val url: String, val deviceId: String)

The configuration data obtained from the device using Monitoring & Diagnostics Service.

Constructors

Link copied to clipboard
constructor(authorisationToken: String, url: String, deviceId: String)

Properties

Link copied to clipboard

The authorisation header to be used for the request.

Link copied to clipboard

The device ID, also known as device Serial Number.

Link copied to clipboard
val url: String

The URL to Cloud Chunks API.