Interface protos.google.cloud.scheduler.v1.IHttpTarget (3.3.1)

Properties of a HttpTarget.

Package

@google-cloud/scheduler

Properties

body

body?: (Uint8Array|string|null);

HttpTarget body

headers

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

HttpTarget headers

httpMethod

httpMethod?: (google.cloud.scheduler.v1.HttpMethod|keyof typeof google.cloud.scheduler.v1.HttpMethod|null);

HttpTarget httpMethod

oauthToken

oauthToken?: (google.cloud.scheduler.v1.IOAuthToken|null);

HttpTarget oauthToken

oidcToken

oidcToken?: (google.cloud.scheduler.v1.IOidcToken|null);

HttpTarget oidcToken

uri

uri?: (string|null);

HttpTarget uri