GoogleAdsSearchads360V23ResourcesLocalServicesEmployee constructor

GoogleAdsSearchads360V23ResourcesLocalServicesEmployee({
  1. List<String>? categoryIds,
  2. String? creationDateTime,
  3. String? emailAddress,
  4. List<GoogleAdsSearchads360V23ResourcesFellowship>? fellowships,
  5. String? firstName,
  6. String? id,
  7. String? jobTitle,
  8. List<String>? languagesSpoken,
  9. String? lastName,
  10. String? middleName,
  11. String? nationalProviderIdNumber,
  12. List<GoogleAdsSearchads360V23ResourcesResidency>? residencies,
  13. String? resourceName,
  14. String? status,
  15. String? type,
  16. List<GoogleAdsSearchads360V23ResourcesUniversityDegree>? universityDegrees,
  17. 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,
});