CreateApplicationRequest class
Specifies the display name of an application and the tags to associate with the application.
Constructors
-
CreateApplicationRequest({required String name, Map<
String, String> ? tags})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
The display name of the application. This name is displayed as the
Project name on the Amazon Pinpoint console.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
A string-to-string map of key-value pairs that defines the tags to associate
with the application. Each tag consists of a required tag key and an
associated tag value.
final
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