To list all of available Droplet sizes, send a GET request to /v2/sizes.The response will be a JSON object with a key called sizes. The value of this will be an array of size objects each of which contain the standard size attributes.
OptionalrequestConfiguration: RequestConfiguration<SizesRequestBuilderGetQueryParameters>Configuration for the request such as headers, query parameters, and middleware options.
To list all of available Droplet sizes, send a GET request to /v2/sizes.The response will be a JSON object with a key called sizes. The value of this will be an array of size objects each of which contain the standard size attributes.
OptionalrequestConfiguration: RequestConfiguration<SizesRequestBuilderGetQueryParameters>Configuration for the request such as headers, query parameters, and middleware options.
Builds and executes requests for operations under /v2/sizes