GoogleAdsSearchads360V23CommonWebhookDelivery.fromJson constructor
GoogleAdsSearchads360V23CommonWebhookDelivery.fromJson(
- Map json_
Implementation
GoogleAdsSearchads360V23CommonWebhookDelivery.fromJson(core.Map json_)
: this(
advertiserWebhookUrl: json_['advertiserWebhookUrl'] as core.String?,
googleSecret: json_['googleSecret'] as core.String?,
payloadSchemaVersion: json_['payloadSchemaVersion'] as core.String?,
);