GoogleAdsSearchads360V23CommonWebhookDelivery class
Google notifies the advertiser of leads by making HTTP calls to an endpoint they specify.
The requests contain JSON matching a schema that Google publishes as part of form ads documentation.
Constructors
- GoogleAdsSearchads360V23CommonWebhookDelivery({String? advertiserWebhookUrl, String? googleSecret, String? payloadSchemaVersion})
- GoogleAdsSearchads360V23CommonWebhookDelivery.fromJson(Map json_)
Properties
- advertiserWebhookUrl ↔ String?
-
Webhook url specified by advertiser to send the lead.
getter/setter pair
- googleSecret ↔ String?
-
Anti-spoofing secret set by the advertiser as part of the webhook payload.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- payloadSchemaVersion ↔ String?
-
The schema version that this delivery instance will use.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited