FilteringRuleMeta class

Annotations
  • @freezed

Constructors

FilteringRuleMeta({@JsonKey(name: 'sent') DateTime? sentAt, FilteringRuleSummary? summary})
const
factory
FilteringRuleMeta.fromJson(Map<String, Object?> json)
factory

Properties

copyWith → $FilteringRuleMetaCopyWith<FilteringRuleMeta>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sentAt DateTime?
The time when the request body was returned.
no setterinherited
summary → FilteringRuleSummary?
Contains fields that describe whether you were successful or unsuccessful in creating or deleting the different rules that you passed in your request.
no setterinherited

Methods

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

Operators

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