SystemTemplateSummary class

An object that contains information about a system.

Constructors

SystemTemplateSummary({String? arn, DateTime? createdAt, String? id, int? revisionNumber})
SystemTemplateSummary.fromJson(Map<String, dynamic> json)
factory

Properties

arn String?
The ARN of the system.
final
createdAt DateTime?
The date when the system was created.
final
hashCode int
The hash code for this object.
no setterinherited
id String?
The ID of the system.
final
revisionNumber int?
The revision number of the system.
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