CreateEventParams class

Constructors

CreateEventParams()

Properties

date int?
getter/setter pair
endDate int?
getter/setter pair
environment String?
getter/setter pair
eventType String?
getter/setter pair
externalUsersIds List<int>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
getter/setter pair
notificationType String?
getter/setter pair
parameters Map<String, dynamic>
getter/setter pair
period int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
usersIds List<int?>
getter/setter pair
usersTagsAll List<String>
getter/setter pair
usersTagsAny List<String>
getter/setter pair
usersTagsExclude List<String>
getter/setter pair

Methods

getEventForRequest() CubeEvent
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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