InlineObject102 class abstract

InlineObject102

Properties:

  • triggerId - Trigger ID provided by other action
  • url - The URL to send the submitted dialog payload to
  • dialog

Constructors

InlineObject102([void updates(InlineObject102Builder b)])
factory

Properties

dialog ActionsDialogsOpenDialog
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
triggerId String
Trigger ID provided by other action
no setter
url String
The URL to send the submitted dialog payload to
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(InlineObject102Builder)) InlineObject102
Rebuilds the instance.
inherited
toBuilder() InlineObject102Builder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

serializer → Serializer<InlineObject102>
no setter