Organization constructor

Organization({
  1. String? createTime,
  2. String? deleteTime,
  3. String? directoryCustomerId,
  4. String? displayName,
  5. String? etag,
  6. String? name,
  7. String? state,
  8. String? updateTime,
})

Implementation

Organization({
  this.createTime,
  this.deleteTime,
  this.directoryCustomerId,
  this.displayName,
  this.etag,
  this.name,
  this.state,
  this.updateTime,
});