Job class
Transcoding job resource.
Constructors
-
Job({int? batchModePriority, JobConfig? config, String? createTime, String? endTime, Status? error, String? inputUri, Map<
String, String> ? labels, String? mode, String? name, String? optimization, String? outputUri, String? startTime, String? state, String? templateId, int? ttlAfterCompletionDays}) - Job.fromJson(Map json_)
Properties
- batchModePriority ↔ int?
-
The processing priority of a batch job.
getter/setter pair
- config ↔ JobConfig?
-
The configuration for this job.
getter/setter pair
- createTime ↔ String?
-
The time the job was created.
getter/setter pair
- endTime ↔ String?
-
The time the transcoding finished.
getter/setter pair
- error ↔ Status?
-
An error object that describes the reason for the failure.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- inputUri ↔ String?
-
Input only.
getter/setter pair
-
labels
↔ Map<
String, String> ? -
The labels associated with this job.
getter/setter pair
- mode ↔ String?
-
The processing mode of the job.
getter/setter pair
- name ↔ String?
-
The resource name of the job.
getter/setter pair
- optimization ↔ String?
-
The optimization strategy of the job.
getter/setter pair
- outputUri ↔ String?
-
Input only.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startTime ↔ String?
-
The time the transcoding started.
getter/setter pair
- state ↔ String?
-
The current state of the job.
getter/setter pair
- templateId ↔ String?
-
Input only.
getter/setter pair
- ttlAfterCompletionDays ↔ int?
-
Job time to live value in days, which will be effective after job
completion.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited