StackSummary constructor
StackSummary({})
Implementation
StackSummary({
required this.creationTime,
required this.stackName,
required this.stackStatus,
this.deletionTime,
this.driftInformation,
this.lastUpdatedTime,
this.parentId,
this.rootId,
this.stackId,
this.stackStatusReason,
this.templateDescription,
});