GetApplicationResponse class
Constructors
-
GetApplicationResponse({String? applicationId, String? author, String? creationTime, String? description, String? homePageUrl, bool? isVerifiedAuthor, List<String>? labels, String? licenseUrl, String? name, String? readmeUrl, String? spdxLicenseId, String? verifiedAuthorUrl, Version? version})
-
-
GetApplicationResponse.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
-
isVerifiedAuthor
→ bool?
-
Whether the author of this application has been verified. This means means
that AWS has made a good faith review, as a reasonable and prudent service
provider, of the information provided by the requester and has confirmed
that the requester's identity is as claimed.
final
-
labels
→ List<String>?
-
Labels to improve discovery of apps in search results.
final
-
licenseUrl
→ String?
-
A link to a license file of the app that matches the spdxLicenseID value of
your application.
final
-
name
→ String?
-
The name of the application.
final
-
readmeUrl
→ String?
-
A link to the readme file in Markdown language that contains a more detailed
description of the application and how it works.
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
-
verifiedAuthorUrl
→ String?
-
The URL to the public profile of a verified author. This URL is submitted by
the author.
final
-
version
→ Version?
-
Version information about the application.
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