PropertiesApiV4

internal open class PropertiesApiV4(authenticatedNetworkClient: AuthenticatedNetworkClient) : PropertiesApiV3

Inheritors

Constructors

Link copied to clipboard
internal constructor(authenticatedNetworkClient: AuthenticatedNetworkClient)

Functions

Link copied to clipboard
open suspend override fun deleteProperty(propertyKey: <Error class: unknown class>): NetworkResponse<Unit>
Link copied to clipboard
open suspend override fun setProperty(propertyKey: <Error class: unknown class>, propertyValue: Any): NetworkResponse<Unit>