SetProfile

data class SetProfile : JsonMessageWrapper<EmptyResponse>

This class only represents the response from signald for the request. Make a request by creating an instance of org.inthewaves.kotlinsignald.clientprotocol.v1.structures.SetProfile and then calling its submit function.

Properties

data
Link copied to clipboard
common
open override val data: EmptyResponse? = null
error
Link copied to clipboard
common
open val error: JsonObject?
errorType
Link copied to clipboard
common
open val errorType: String?
exception
Link copied to clipboard
common
open val exception: String?
id
Link copied to clipboard
common
open val id: String?
isSuccessful
Link copied to clipboard
common
val isSuccessful: Boolean
version
Link copied to clipboard
common
open val version: String?