GoogleAdsSearchads360V23ResourcesDoubleClickCampaignManagerSetting.fromJson constructor

GoogleAdsSearchads360V23ResourcesDoubleClickCampaignManagerSetting.fromJson(
  1. Map json_
)

Implementation

GoogleAdsSearchads360V23ResourcesDoubleClickCampaignManagerSetting.fromJson(
  core.Map json_,
) : this(
      advertiserId: json_['advertiserId'] as core.String?,
      networkId: json_['networkId'] as core.String?,
      timeZone: json_['timeZone'] as core.String?,
    );