ApplicationSummary class

Summary of details about the application.

Constructors

ApplicationSummary({required String applicationId, required String author, required String description, required String name, String? creationTime, String? homePageUrl, List<String>? labels, String? spdxLicenseId})
ApplicationSummary.fromJson(Map<String, dynamic> json)
factory

Properties

applicationId String
The application Amazon Resource Name (ARN).
final
author String
The name of the author publishing the app.
final
creationTime String?
The date and time this resource was created.
final
description String
The description of the application.
final
hashCode int
The hash code for this object.
no setterinherited
homePageUrl String?
A URL with more information about the application, for example the location of your GitHub repository for the application.
final
labels List<String>?
Labels to improve discovery of apps in search results.
final
name String
The name of the application.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
spdxLicenseId String?
A valid identifier from https://spdx.org/licenses/.
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