jobCreationReason property

Object? jobCreationReason
getter/setter pair

[Output-only] If set, it provides the reason why a Job was created.

If not set, it should be treated as the default: REQUESTED. This feature is not yet available. Jobs will always be created.

The values for Object must be JSON objects. It can consist of num, String, bool and null as well as Map and List values.

Implementation

core.Object? jobCreationReason;