Container Account Response
    data class ContainerAccountResponse(val accountName: String? = null, val password: String? = null, val spn: String? = null)
Container Account Description
Constructors
Link copied to clipboard
                fun ContainerAccountResponse(accountName: String? = null, password: String? = null, spn: String? = null)