StackSetSummary constructor

StackSetSummary({
  1. AutoDeployment? autoDeployment,
  2. String? description,
  3. StackDriftStatus? driftStatus,
  4. DateTime? lastDriftCheckTimestamp,
  5. PermissionModels? permissionModel,
  6. String? stackSetId,
  7. String? stackSetName,
  8. StackSetStatus? status,
})

Implementation

StackSetSummary({
  this.autoDeployment,
  this.description,
  this.driftStatus,
  this.lastDriftCheckTimestamp,
  this.permissionModel,
  this.stackSetId,
  this.stackSetName,
  this.status,
});