MeGet200ResponseProfile constructor

MeGet200ResponseProfile({
  1. String? id,
  2. MeGet200ResponseProfileTypeEnum? type,
  3. String? companyId,
  4. int? functionId,
  5. String? status,
  6. String? emailAddress,
  7. String? timezone,
  8. DateTime? dateCreated,
  9. DateTime? lastUpdated,
  10. bool? active,
})

Returns a new MeGet200ResponseProfile instance.

Implementation

MeGet200ResponseProfile({
  this.id,
  this.type,
  this.companyId,
  this.functionId,
  this.status,
  this.emailAddress,
  this.timezone,
  this.dateCreated,
  this.lastUpdated,
  this.active,
});