GoogleAdsSearchads360V23ServicesMutateCustomInterestsRequest.fromJson constructor
GoogleAdsSearchads360V23ServicesMutateCustomInterestsRequest.fromJson(
- Map json_
Implementation
GoogleAdsSearchads360V23ServicesMutateCustomInterestsRequest.fromJson(
core.Map json_,
) : this(
operations: (json_['operations'] as core.List?)
?.map(
(value) =>
GoogleAdsSearchads360V23ServicesCustomInterestOperation.fromJson(
value as core.Map<core.String, core.dynamic>,
),
)
.toList(),
validateOnly: json_['validateOnly'] as core.bool?,
);