GoogleAdsSearchads360V23ServicesMutateBatchJobRequest.fromJson constructor
GoogleAdsSearchads360V23ServicesMutateBatchJobRequest.fromJson(
- Map json_
Implementation
GoogleAdsSearchads360V23ServicesMutateBatchJobRequest.fromJson(core.Map json_)
: this(
operation: json_.containsKey('operation')
? GoogleAdsSearchads360V23ServicesBatchJobOperation.fromJson(
json_['operation'] as core.Map<core.String, core.dynamic>,
)
: null,
);