GoogleAdsSearchads360V23ServicesBatchJobResult class
An individual batch job result.
Constructors
- GoogleAdsSearchads360V23ServicesBatchJobResult({GoogleAdsSearchads360V23ServicesMutateOperationResponse? mutateOperationResponse, String? operationIndex, GoogleRpcStatus? status})
- GoogleAdsSearchads360V23ServicesBatchJobResult.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- mutateOperationResponse ↔ GoogleAdsSearchads360V23ServicesMutateOperationResponse?
-
Response for the mutate.
getter/setter pair
- operationIndex ↔ String?
-
Index of the mutate operation.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status ↔ GoogleRpcStatus?
-
Details of the errors when processing the operation.
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