GoogleAdsSearchads360V23CommonDisplayUploadAdInfo.fromJson constructor
GoogleAdsSearchads360V23CommonDisplayUploadAdInfo.fromJson(
- Map json_
Implementation
GoogleAdsSearchads360V23CommonDisplayUploadAdInfo.fromJson(core.Map json_)
: this(
displayUploadProductType:
json_['displayUploadProductType'] as core.String?,
mediaBundle: json_.containsKey('mediaBundle')
? GoogleAdsSearchads360V23CommonAdMediaBundleAsset.fromJson(
json_['mediaBundle'] as core.Map<core.String, core.dynamic>,
)
: null,
);