GoogleAdsSearchads360V23ResourcesVideoCustomer.fromJson constructor
GoogleAdsSearchads360V23ResourcesVideoCustomer.fromJson(
- Map json_
Implementation
GoogleAdsSearchads360V23ResourcesVideoCustomer.fromJson(core.Map json_)
: this(
thirdPartyIntegrationPartners:
json_.containsKey('thirdPartyIntegrationPartners')
? GoogleAdsSearchads360V23CommonCustomerThirdPartyIntegrationPartners.fromJson(
json_['thirdPartyIntegrationPartners']
as core.Map<core.String, core.dynamic>,
)
: null,
);