Class RunJobRequest
Request message for forcing a job to run now using RunJob.
Implements
Inherited Members
Namespace: Google.Apis.CloudScheduler.v1beta1.Data
Assembly: Google.Apis.CloudScheduler.v1beta1.dll
Syntax
public class RunJobRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
LegacyAppEngineCron
This field is used to manage the legacy App Engine Cron jobs using the Cloud Scheduler API. If the field is set to true, the job in the __cron queue with the corresponding name will be forced to run instead.
Declaration
[JsonProperty("legacyAppEngineCron")]
public virtual bool? LegacyAppEngineCron { get; set; }
Property Value
Type | Description |
---|---|
bool? |