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