RetentionSettings class
The retention settings for an Amazon Chime Enterprise account that determine how long to retain items such as chat room messages and chat conversation messages.
Constructors
- RetentionSettings({ConversationRetentionSettings? conversationRetentionSettings, RoomRetentionSettings? roomRetentionSettings})
 - 
          RetentionSettings.fromJson(Map<
String, dynamic> json) - 
          
            factory
 
Properties
- conversationRetentionSettings → ConversationRetentionSettings?
 - 
  The chat conversation retention settings.
  final
 - hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - roomRetentionSettings → RoomRetentionSettings?
 - 
  The chat room retention settings.
  final
 - runtimeType → Type
 - 
  A representation of the runtime type of the object.
  no setterinherited
 
Methods
- 
  noSuchMethod(
Invocation invocation) → dynamic  - 
  Invoked when a nonexistent method or property is accessed.
  inherited
 - 
  toJson(
) → Map< String, dynamic>  - 
  toString(
) → String  - 
  A string representation of this object.
  inherited
 
Operators
- 
  operator ==(
Object other) → bool  - 
  The equality operator.
  inherited