Customer Property Response
data class CustomerPropertyResponse(val additionalCustomerProperties: AdditionalCustomerPropertiesResponse? = null, val customer: CustomerEntityResponse? = null, val error: ErrorDetailResponse, val provisioningState: String, val status: String, val statusCode: String, val statusDetails: String, val statusText: String)
Model representing customer for connectedCache resource
Constructors
Link copied to clipboard
constructor(additionalCustomerProperties: AdditionalCustomerPropertiesResponse? = null, customer: CustomerEntityResponse? = null, error: ErrorDetailResponse, provisioningState: String, status: String, statusCode: String, statusDetails: String, statusText: String)
Properties
Link copied to clipboard
Mcc customer resource additional properties.
Link copied to clipboard
Mcc customer resource (customer entity).
Link copied to clipboard
Mcc response error details.
Link copied to clipboard
The provisioned state of the resource
Link copied to clipboard
Mcc response status code.
Link copied to clipboard
Mcc response status details for retrieving response inner details.
Link copied to clipboard
Mcc response status text as string for retrieving status details.