Properties of a HttpRequest.
Package
@google-cloud/tasks!Properties
body
body?: (Uint8Array|string|null);
HttpRequest body
Type | Description |
(Uint8Array|string|null) |
headers
headers?: ({ [k: string]: string }|null);
HttpRequest headers
Type | Description |
({ [k: string]: string }|null) |
httpMethod
httpMethod?: (google.cloud.tasks.v2beta3.HttpMethod|keyof typeof google.cloud.tasks.v2beta3.HttpMethod|null);
HttpRequest httpMethod
Type | Description |
(google.cloud.tasks.v2beta3.HttpMethod|keyof typeof google.cloud.tasks.v2beta3.HttpMethod|null) |
oauthToken
oauthToken?: (google.cloud.tasks.v2beta3.IOAuthToken|null);
HttpRequest oauthToken
Type | Description |
(google.cloud.tasks.v2beta3.IOAuthToken|null) |
oidcToken
oidcToken?: (google.cloud.tasks.v2beta3.IOidcToken|null);
HttpRequest oidcToken
Type | Description |
(google.cloud.tasks.v2beta3.IOidcToken|null) |
url
url?: (string|null);
HttpRequest url
Type | Description |
(string|null) |