ApplicationResponse class

Provides information about an application.

Constructors

ApplicationResponse({required String arn, required String id, required String name, Map<String, String>? tags})
ApplicationResponse.fromJson(Map<String, dynamic> json)
factory

Properties

arn String
The Amazon Resource Name (ARN) of the application.
final
hashCode int
The hash code for this object.
no setterinherited
id String
The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.
final
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
tags Map<String, String>?
A string-to-string map of key-value pairs that identifies the tags that are associated 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
toString() String
A string representation of this object.
inherited

Operators

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