AutomationRuleCriteriaNoteUpdatedAt class

Constructors

AutomationRuleCriteriaNoteUpdatedAt({Input<AutomationRuleCriteriaNoteUpdatedAtDateRange?>? dateRange, Input<String?>? end, Input<String?>? start})
Creates a new AutomationRuleCriteriaNoteUpdatedAt. dateRange A configuration block of the date range for the date filter. See dateRange below for more details. end An end date for the date filter. Required with start if dateRange is not specified. start A start date for the date filter. Required with end if dateRange is not specified.
const
AutomationRuleCriteriaNoteUpdatedAt.fromMap(Map<String, dynamic> map)
factory

Properties

dateRange → Input<AutomationRuleCriteriaNoteUpdatedAtDateRange?>?
A configuration block of the date range for the date filter. See dateRange below for more details.
final
end → Input<String?>?
An end date for the date filter. Required with start if dateRange is not specified.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
start → Input<String?>?
A start date for the date filter. Required with end if dateRange is not specified.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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