InlineObject89 class abstract

InlineObject89

Properties:

  • teamId - Team ID to where the command should be created
  • method - 'P' for post request, 'G' for get request
  • trigger - Activation word to trigger the command
  • url - The URL that the command will make the request

Constructors

InlineObject89([void updates(InlineObject89Builder b)])
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
method String
'P' for post request, 'G' for get request
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
teamId String
Team ID to where the command should be created
no setter
trigger String
Activation word to trigger the command
no setter
url String
The URL that the command will make the request
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(InlineObject89Builder)) InlineObject89
Rebuilds the instance.
inherited
toBuilder() InlineObject89Builder
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<InlineObject89>
no setter