ChangeSetSummary constructor
ChangeSetSummary({})
Implementation
ChangeSetSummary({
this.changeSetId,
this.changeSetName,
this.creationTime,
this.description,
this.executionStatus,
this.includeNestedStacks,
this.parentChangeSetId,
this.rootChangeSetId,
this.stackId,
this.stackName,
this.status,
this.statusReason,
});