Interface google.cloud.scheduler.v1.IHttpTarget (2.1.1)

Properties of a HttpTarget.

Package

@google-cloud/scheduler!

Properties

body

body?: (Uint8Array|string|null);

HttpTarget body

Property Value
TypeDescription
(Uint8Array|string|null)

headers

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

HttpTarget headers

Property Value
TypeDescription
({ [k: string]: string }|null)

httpMethod

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

HttpTarget httpMethod

Property Value
TypeDescription
(google.cloud.scheduler.v1.HttpMethod|keyof typeof google.cloud.scheduler.v1.HttpMethod|null)

oauthToken

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

HttpTarget oauthToken

Property Value
TypeDescription
(google.cloud.scheduler.v1.IOAuthToken|null)

oidcToken

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

HttpTarget oidcToken

Property Value
TypeDescription
(google.cloud.scheduler.v1.IOidcToken|null)

uri

uri?: (string|null);

HttpTarget uri

Property Value
TypeDescription
(string|null)