Job class

Transcoding job resource.

Constructors

Job({JobConfig? config, String? createTime, String? endTime, List<FailureDetail>? failureDetails, String? failureReason, String? inputUri, String? name, OriginUri? originUri, String? outputUri, int? priority, Progress? progress, String? startTime, String? state, String? templateId, int? ttlAfterCompletionDays})
Job.fromJson(Map _json)

Properties

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
failureDetails ↔ List<FailureDetail>?
List of failure details.
getter/setter pair
failureReason ↔ String?
A description of 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
name ↔ String?
The resource name of the job.
getter/setter pair
originUri ↔ OriginUri?
The origin URI.
getter/setter pair
outputUri ↔ String?
Input only.
getter/setter pair
priority ↔ int?
Specify the priority of the job.
getter/setter pair
progress ↔ Progress?
Estimated fractional progress, from 0 to 1 for each step.
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