RemoteSettingsResponse

data class RemoteSettingsResponse(var records: List<RemoteSettingsRecord>, var lastModified: ULong)

Data structure representing the top-level response from the Remote Settings. last_modified will be extracted from the etag header of the response.

Constructors

Link copied to clipboard
constructor(records: List<RemoteSettingsRecord>, lastModified: ULong)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard