Properties of an AppEngineHttpTarget.
Package
@google-cloud/scheduler!Properties
appEngineRouting
appEngineRouting?: (google.cloud.scheduler.v1.IAppEngineRouting|null);AppEngineHttpTarget appEngineRouting
| Type | Description |
| (google.cloud.scheduler.v1.IAppEngineRouting|null) |
body
body?: (Uint8Array|string|null);AppEngineHttpTarget body
| Type | Description |
| (Uint8Array|string|null) |
headers
headers?: ({ [k: string]: string }|null);AppEngineHttpTarget headers
| Type | Description |
| ({ [k: string]: string }|null) |
httpMethod
httpMethod?: (google.cloud.scheduler.v1.HttpMethod|keyof typeof google.cloud.scheduler.v1.HttpMethod|null);AppEngineHttpTarget httpMethod
| Type | Description |
| (google.cloud.scheduler.v1.HttpMethod|keyof typeof google.cloud.scheduler.v1.HttpMethod|null) |
relativeUri
relativeUri?: (string|null);AppEngineHttpTarget relativeUri
| Type | Description |
| (string|null) |