constructor()

in source/services/preReqManager/lib/preReqManager.ts [79:85]


  constructor(props: IPreReq) {
    this.fmsAdmin = props.fmsAdmin;
    this.accountId = props.accountId;
    this.region = props.region;
    this.globalStackSetName = props.globalStackSetName;
    this.regionalStackSetName = props.regionalStackSetName;
  }