RestMethod
Data class to represent an individual method for RestDescription.methods.
Constructors
Types
Data class to represent media upload parameters for RestMethod.mediaUpload.
Data class to represent request parameters for RestMethod.request.
Data class to represent response parameters for RestMethod.response.
Properties
Description of this method.
Whether this method requires an ETag to be specified. The ETag is sent as an HTTP If-Match or If-None-Match header.
HTTP method used by this method.
Media upload parameters.
Ordered list of required parameters. This serves as a hint to clients on how to structure their method signatures. The array is ordered such that the most significant parameter appears first.
Details for all parameters in this method.
The schema for the request.
The schema for the response.
Whether this method supports media downloads.
Whether this method supports media uploads.
Whether this method supports subscriptions.
Indicates that downloads from this method should use the download service URL (i.e. "/download"). Only applies if the method supports media download.