Hook class

Metadata of a Secure Source Manager Hook.

Constructors

Hook.new({String? createTime, bool? disabled, List<String>? events, String? name, PushOption? pushOption, String? sensitiveQueryString, String? targetUri, String? uid, String? updateTime})
Hook.fromJson(Map json_)

Properties

createTime String?
Create timestamp.
getter/setter pair
disabled bool?
Determines if the hook disabled or not.
getter/setter pair
events List<String>?
The events that trigger hook on.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
Identifier.
getter/setter pair
pushOption PushOption?
The trigger option for push events.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sensitiveQueryString String?
The sensitive query string to be appended to the target URI.
getter/setter pair
targetUri String?
The target URI to which the payloads will be delivered.
getter/setter pair
uid String?
Unique identifier of the hook.
getter/setter pair
updateTime String?
Update timestamp.
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