Optional ReadonlycontentThe Content-Type of the request. Defaults to "application/json",
which also opts every REST call out of GraphQL envelope unwrapping in
the shared transport pipeline.
Optional ReadonlymethodThe HTTP method for the call. Defaults to "GET".
Optional ReadonlyrequiresWhether the operation requires an authentication token. Defaults to
false (public endpoints).
Optional ReadonlytransportPer-request transport settings (timeout, signal, retry policy,
lifecycle hooks, pacing, circuit breaker) merged over the instance-level
options for this single call. A field set here wins; unset fields keep
the instance value.
The declarative contract a REST operation passes to
RestOperation.execute.Every field except the path is optional: an operation declares only the variation points it needs, and
executeapplies them in a fixed order so request behaviour is uniform across the whole API surface.