GoogleAdsSearchads360V23ServicesAddBatchJobOperationsResponse.fromJson constructor
GoogleAdsSearchads360V23ServicesAddBatchJobOperationsResponse.fromJson(
- Map json_
Implementation
GoogleAdsSearchads360V23ServicesAddBatchJobOperationsResponse.fromJson(
core.Map json_,
) : this(
nextSequenceToken: json_['nextSequenceToken'] as core.String?,
totalOperations: json_['totalOperations'] as core.String?,
);