Interface protos.google.cloud.tasks.v2beta3.IHttpRequest (3.1.2)

Properties of a HttpRequest.

Package

@google-cloud/tasks

Properties

body

body?: (Uint8Array|string|null);

HttpRequest body

headers

headers?: ({ [k: string]: string }|null);

HttpRequest headers

httpMethod

httpMethod?: (google.cloud.tasks.v2beta3.HttpMethod|keyof typeof google.cloud.tasks.v2beta3.HttpMethod|null);

HttpRequest httpMethod

oauthToken

oauthToken?: (google.cloud.tasks.v2beta3.IOAuthToken|null);

HttpRequest oauthToken

oidcToken

oidcToken?: (google.cloud.tasks.v2beta3.IOidcToken|null);

HttpRequest oidcToken

url

url?: (string|null);

HttpRequest url