GoogleAdsSearchads360V23ResourcesBatchJobBatchJobMetadata class
Additional information about the batch job.
This message is also used as metadata returned in batch job Long Running Operations.
Constructors
- GoogleAdsSearchads360V23ResourcesBatchJobBatchJobMetadata({String? completionDateTime, String? creationDateTime, double? estimatedCompletionRatio, String? executedOperationCount, int? executionLimitSeconds, String? operationCount, String? startDateTime})
- GoogleAdsSearchads360V23ResourcesBatchJobBatchJobMetadata.fromJson(Map json_)
Properties
- completionDateTime ↔ String?
-
The time when this batch job was completed.
getter/setter pair
- creationDateTime ↔ String?
-
The time when this batch job was created.
getter/setter pair
- estimatedCompletionRatio ↔ double?
-
The fraction (between 0.0 and 1.0) of mutates that have been processed.
getter/setter pair
- executedOperationCount ↔ String?
-
The number of mutate operations executed by the batch job.
getter/setter pair
- executionLimitSeconds ↔ int?
-
The approximate upper bound for how long a batch job can be executed, in
seconds.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- operationCount ↔ String?
-
The number of mutate operations in the batch job.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startDateTime ↔ String?
-
The time when this batch job started running.
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