Api Operation Request
data class ApiOperationRequest(val description: String? = null, val headers: List<ApiOperationRequestHeader>? = null, val queryParameters: List<ApiOperationRequestQueryParameter>? = null, val representations: List<ApiOperationRequestRepresentation>? = null)
Constructors
Link copied to clipboard
constructor(description: String? = null, headers: List<ApiOperationRequestHeader>? = null, queryParameters: List<ApiOperationRequestQueryParameter>? = null, representations: List<ApiOperationRequestRepresentation>? = null)
Properties
Link copied to clipboard
A description of the HTTP Request, which may include HTML tags.
Link copied to clipboard
One or more header blocks as defined above.
Link copied to clipboard
One or more query_parameter blocks as defined above.
Link copied to clipboard
One or more representation blocks as defined below.