AppInstance class
An instance of a Chime messaging application.
Constructors
- AppInstance({String? appInstanceArn, DateTime? createdTimestamp, DateTime? lastUpdatedTimestamp, String? metadata, String? name})
-
AppInstance.fromJson(Map<
String, dynamic> json) -
factory
Properties
- appInstanceArn → String?
-
The ARN of the messaging instance.
final
- createdTimestamp → DateTime?
-
The time at which an app instance was created. In epoch milliseconds.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastUpdatedTimestamp → DateTime?
-
The time an app instance was last updated. In epoch milliseconds.
final
- metadata → String?
-
The metadata of an app instance.
final
- name → String?
-
The name of an app instance.
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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited