GoogleCloudApigeeV1Developer constructor
GoogleCloudApigeeV1Developer({
- String? accessType,
- String? appFamily,
- List<
String> ? apps, - List<
GoogleCloudApigeeV1Attribute> ? attributes, - List<
String> ? companies, - String? createdAt,
- String? developerId,
- String? email,
- String? firstName,
- String? lastModifiedAt,
- String? lastName,
- String? organizationName,
- String? status,
- 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,
});