JobAppEngineHttpTargetAppEngineRouting

data class JobAppEngineHttpTargetAppEngineRouting(val instance: String? = null, val service: String? = null, val version: String? = null)

Constructors

Link copied to clipboard
constructor(instance: String? = null, service: String? = null, version: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val instance: String? = null

App instance. By default, the job is sent to an instance which is available when the job is attempted.

Link copied to clipboard
val service: String? = null

App service. By default, the job is sent to the service which is the default service when the job is attempted.

Link copied to clipboard
val version: String? = null

App version. By default, the job is sent to the version which is the default version when the job is attempted.