GoogleAdsSearchads360V23CommonSyntheticContentAttestation.fromJson constructor
GoogleAdsSearchads360V23CommonSyntheticContentAttestation.fromJson(
- Map json_
Implementation
GoogleAdsSearchads360V23CommonSyntheticContentAttestation.fromJson(
core.Map json_,
) : this(
source: json_['source'] as core.String?,
status: json_['status'] as core.String?,
);