Provider Instance Properties Response Errors
data class ProviderInstancePropertiesResponseErrors(val code: String, val details: List<ErrorResponse>, val innerError: ErrorResponseInnerError, val message: String, val target: String)
Defines the provider instance errors.
Constructors
Link copied to clipboard
constructor(code: String, details: List<ErrorResponse>, innerError: ErrorResponseInnerError, message: String, target: String)