Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ResourcesLocalServicesEmployee

A local services employee resource.

Inheritance
object
GoogleAdsSearchads360V23ResourcesLocalServicesEmployee
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ResourcesLocalServicesEmployee : IDirectResponseSchema

Properties

CategoryIds

Output only. Category of the employee. A list of Local Services category IDs can be found at https://developers.google.com/google-ads/api/data/codes-formats#local_services_ids.

Declaration
[JsonProperty("categoryIds")]
public virtual IList<string> CategoryIds { get; set; }
Property Value
Type Description
IList<string>

CreationDateTime

Output only. Timestamp of employee creation. The format is "YYYY-MM-DD HH:MM:SS" in the Google Ads account's timezone. Examples: "2018-03-05 09:15:00" or "2018-02-01 14:34:30"

Declaration
[JsonProperty("creationDateTime")]
public virtual string CreationDateTime { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EmailAddress

Output only. Email address of the employee.

Declaration
[JsonProperty("emailAddress")]
public virtual string EmailAddress { get; set; }
Property Value
Type Description
string

Fellowships

Output only. The institutions where the employee has completed their fellowship.

Declaration
[JsonProperty("fellowships")]
public virtual IList<GoogleAdsSearchads360V23ResourcesFellowship> Fellowships { get; set; }
Property Value
Type Description
IList<GoogleAdsSearchads360V23ResourcesFellowship>

FirstName

Output only. First name of the employee.

Declaration
[JsonProperty("firstName")]
public virtual string FirstName { get; set; }
Property Value
Type Description
string

Id

Output only. The ID of the employee.

Declaration
[JsonProperty("id")]
public virtual long? Id { get; set; }
Property Value
Type Description
long?

JobTitle

Output only. Job title for this employee, such as "Senior partner" in legal verticals.

Declaration
[JsonProperty("jobTitle")]
public virtual string JobTitle { get; set; }
Property Value
Type Description
string

LanguagesSpoken

Output only. Languages that the employee speaks, represented as language tags from https://developers.google.com/admin-sdk/directory/v1/languages

Declaration
[JsonProperty("languagesSpoken")]
public virtual IList<string> LanguagesSpoken { get; set; }
Property Value
Type Description
IList<string>

LastName

Output only. Last name of the employee.

Declaration
[JsonProperty("lastName")]
public virtual string LastName { get; set; }
Property Value
Type Description
string

MiddleName

Output only. Middle name of the employee.

Declaration
[JsonProperty("middleName")]
public virtual string MiddleName { get; set; }
Property Value
Type Description
string

NationalProviderIdNumber

Output only. NPI id associated with the employee.

Declaration
[JsonProperty("nationalProviderIdNumber")]
public virtual string NationalProviderIdNumber { get; set; }
Property Value
Type Description
string

Residencies

Output only. The institutions where the employee has completed their residency.

Declaration
[JsonProperty("residencies")]
public virtual IList<GoogleAdsSearchads360V23ResourcesResidency> Residencies { get; set; }
Property Value
Type Description
IList<GoogleAdsSearchads360V23ResourcesResidency>

ResourceName

Immutable. The resource name of the Local Services Verification. Local Services Verification resource names have the form: customers/{customer_id}/localServicesEmployees/{gls_employee_id}

Declaration
[JsonProperty("resourceName")]
public virtual string ResourceName { get; set; }
Property Value
Type Description
string

Status

Output only. Employee status, such as DELETED or ENABLED.

Declaration
[JsonProperty("status")]
public virtual string Status { get; set; }
Property Value
Type Description
string

Type

Output only. Employee type.

Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type Description
string

UniversityDegrees

Output only. A list of degrees this employee has obtained, and wants to feature.

Declaration
[JsonProperty("universityDegrees")]
public virtual IList<GoogleAdsSearchads360V23ResourcesUniversityDegree> UniversityDegrees { get; set; }
Property Value
Type Description
IList<GoogleAdsSearchads360V23ResourcesUniversityDegree>

YearStartedPracticing

Output only. The year that this employee started practicing in this field.

Declaration
[JsonProperty("yearStartedPracticing")]
public virtual int? YearStartedPracticing { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX