GoogleAdsSearchads360V23ResourcesLocalServicesEmployee constructor
GoogleAdsSearchads360V23ResourcesLocalServicesEmployee({
- List<
String> ? categoryIds, - String? creationDateTime,
- String? emailAddress,
- List<
GoogleAdsSearchads360V23ResourcesFellowship> ? fellowships, - String? firstName,
- String? id,
- String? jobTitle,
- List<
String> ? languagesSpoken, - String? lastName,
- String? middleName,
- String? nationalProviderIdNumber,
- List<
GoogleAdsSearchads360V23ResourcesResidency> ? residencies, - String? resourceName,
- String? status,
- String? type,
- List<
GoogleAdsSearchads360V23ResourcesUniversityDegree> ? universityDegrees, - int? yearStartedPracticing,
Implementation
GoogleAdsSearchads360V23ResourcesLocalServicesEmployee({
this.categoryIds,
this.creationDateTime,
this.emailAddress,
this.fellowships,
this.firstName,
this.id,
this.jobTitle,
this.languagesSpoken,
this.lastName,
this.middleName,
this.nationalProviderIdNumber,
this.residencies,
this.resourceName,
this.status,
this.type,
this.universityDegrees,
this.yearStartedPracticing,
});