New

data class New(val storeName: String, val storeType: Credentials.New.StoreType, val certificates: List<Credentials.Certificate>, val description: String? = null)(source)

Constructors

Link copied to clipboard
constructor(storeName: String, storeType: Credentials.New.StoreType, certificates: List<Credentials.Certificate>, description: String? = null)

Types

Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@SerialName(value = "name")
val storeName: String
Link copied to clipboard