The HTTP method to use for the service call.

Example Usage

import { Method } from "syllable-sdk/models/components";

let value: Method = "get";

Values

"get" | "post"