GoogleAdsSearchads360V23CommonSyntheticContentInfo.fromJson constructor
GoogleAdsSearchads360V23CommonSyntheticContentInfo.fromJson(
- Map json_
Implementation
GoogleAdsSearchads360V23CommonSyntheticContentInfo.fromJson(core.Map json_)
: this(
advertiserAttestation: json_.containsKey('advertiserAttestation')
? GoogleAdsSearchads360V23CommonSyntheticContentAttestation.fromJson(
json_['advertiserAttestation']
as core.Map<core.String, core.dynamic>,
)
: null,
systemAttestation: json_.containsKey('systemAttestation')
? GoogleAdsSearchads360V23CommonSyntheticContentAttestation.fromJson(
json_['systemAttestation']
as core.Map<core.String, core.dynamic>,
)
: null,
);