ServiceUpdateResponse

@Serializable
data class ServiceUpdateResponse(val warnings: List<String>? = null)

Parameters

warnings

Optional warning messages

Constructors

Link copied to clipboard
constructor(warnings: List<String>? = null)

Properties

Link copied to clipboard
@SerialName(value = "Warnings")
val warnings: List<String>?