WebhookData class
WebhookData has details of webhook configuration.
Constructors
-
WebhookData({List<
ConfigVariable> ? additionalVariables, String? createTime, String? id, String? name, String? nextRefreshTime, String? updateTime}) - WebhookData.fromJson(Map json_)
Properties
-
additionalVariables
↔ List<
ConfigVariable> ? -
Additional webhook related field values.
getter/setter pair
- createTime ↔ String?
-
Timestamp when the webhook was created.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
ID to uniquely identify webhook.
getter/setter pair
- name ↔ String?
-
Name of the Webhook
getter/setter pair
- nextRefreshTime ↔ String?
-
Next webhook refresh time.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- updateTime ↔ String?
-
Timestamp when the webhook was last updated.
getter/setter pair
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