GoogleCloudApigeeV1Developer constructor

GoogleCloudApigeeV1Developer({
  1. String? accessType,
  2. String? appFamily,
  3. List<String>? apps,
  4. List<GoogleCloudApigeeV1Attribute>? attributes,
  5. List<String>? companies,
  6. String? createdAt,
  7. String? developerId,
  8. String? email,
  9. String? firstName,
  10. String? lastModifiedAt,
  11. String? lastName,
  12. String? organizationName,
  13. String? status,
  14. String? userName,
})

Implementation

GoogleCloudApigeeV1Developer({
  this.accessType,
  this.appFamily,
  this.apps,
  this.attributes,
  this.companies,
  this.createdAt,
  this.developerId,
  this.email,
  this.firstName,
  this.lastModifiedAt,
  this.lastName,
  this.organizationName,
  this.status,
  this.userName,
});