Fixed Response Config Response
data class FixedResponseConfigResponse(val contentType: String? = null, val messageBody: String? = null, val statusCode: String? = null)
Definition of FixedResponseConfig
Definition of FixedResponseConfig