GoogleAdsSearchads360V23ResourcesLocalServicesEmployee class

A local services employee resource.

Constructors

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})
GoogleAdsSearchads360V23ResourcesLocalServicesEmployee.fromJson(Map json_)

Properties

categoryIds List<String>?
Category of the employee.
getter/setter pair
creationDateTime String?
Timestamp of employee creation.
getter/setter pair
emailAddress String?
Email address of the employee.
getter/setter pair
fellowships List<GoogleAdsSearchads360V23ResourcesFellowship>?
The institutions where the employee has completed their fellowship.
getter/setter pair
firstName String?
First name of the employee.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
The ID of the employee.
getter/setter pair
jobTitle String?
Job title for this employee, such as "Senior partner" in legal verticals.
getter/setter pair
languagesSpoken List<String>?
Languages that the employee speaks, represented as language tags from https://developers.google.com/admin-sdk/directory/v1/languages
getter/setter pair
lastName String?
Last name of the employee.
getter/setter pair
middleName String?
Middle name of the employee.
getter/setter pair
nationalProviderIdNumber String?
NPI id associated with the employee.
getter/setter pair
residencies List<GoogleAdsSearchads360V23ResourcesResidency>?
The institutions where the employee has completed their residency.
getter/setter pair
resourceName String?
The resource name of the Local Services Verification.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String?
Employee status, such as DELETED or ENABLED.
getter/setter pair
type String?
Employee type.
getter/setter pair
universityDegrees List<GoogleAdsSearchads360V23ResourcesUniversityDegree>?
A list of degrees this employee has obtained, and wants to feature.
getter/setter pair
yearStartedPracticing int?
The year that this employee started practicing in this field.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited