WorkforcePool constructor

WorkforcePool({
  1. AccessRestrictions? accessRestrictions,
  2. String? description,
  3. bool? disabled,
  4. String? displayName,
  5. String? expireTime,
  6. String? name,
  7. String? parent,
  8. String? sessionDuration,
  9. String? state,
})

Implementation

WorkforcePool({
  this.accessRestrictions,
  this.description,
  this.disabled,
  this.displayName,
  this.expireTime,
  this.name,
  this.parent,
  this.sessionDuration,
  this.state,
});