Ads API .NET library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Google.Api.Ads.AdManager.v202305.Contact Class Reference

A More...

Inheritance diagram for Google.Api.Ads.AdManager.v202305.Contact:
Google.Api.Ads.AdManager.v202305.BaseContact

Properties

long id [get, set]
 The unique ID of the More...
 
bool idSpecified [get, set]
 
string name [get, set]
 The name of the contact. This attribute is required and has a maximum length of 127 characters. More...
 
long companyId [get, set]
 The ID of the Company that this contact is associated with. This attribute is required and immutable. More...
 
bool companyIdSpecified [get, set]
 
ContactStatus status [get, set]
 The status of the contact. This attribute is readonly and is assigned by Google. More...
 
bool statusSpecified [get, set]
 
string address [get, set]
 The address of the contact. This attribute is optional and has a maximum length of 1024 characters. More...
 
string cellPhone [get, set]
 The cell phone number where the contact can be reached. This attribute is optional. More...
 
string comment [get, set]
 A free-form text comment for the contact. This attribute is optional and has a maximum length of 1024 characters. More...
 
string email [get, set]
 The e-mail address where the contact can be reached. This attribute is optional. More...
 
string faxPhone [get, set]
 The fax number where the contact can be reached. This attribute is optional. More...
 
string title [get, set]
 The job title of the contact. This attribute is optional and has a maximum length of 1024 characters. More...
 
string workPhone [get, set]
 The work phone number where the contact can be reached. This attribute is optional. More...
 

Detailed Description

A

Contact represents a person who is affiliated with a single Company. A contact can have a variety of contact information associated to it, and can be invited to view their company's orders, line items, creatives, and reports.

Property Documentation

string Google.Api.Ads.AdManager.v202305.Contact.address
getset

The address of the contact. This attribute is optional and has a maximum length of 1024 characters.

string Google.Api.Ads.AdManager.v202305.Contact.cellPhone
getset

The cell phone number where the contact can be reached. This attribute is optional.

string Google.Api.Ads.AdManager.v202305.Contact.comment
getset

A free-form text comment for the contact. This attribute is optional and has a maximum length of 1024 characters.

long Google.Api.Ads.AdManager.v202305.Contact.companyId
getset

The ID of the Company that this contact is associated with. This attribute is required and immutable.

bool Google.Api.Ads.AdManager.v202305.Contact.companyIdSpecified
getset

true, if a value is specified for companyId, false otherwise.

string Google.Api.Ads.AdManager.v202305.Contact.email
getset

The e-mail address where the contact can be reached. This attribute is optional.

string Google.Api.Ads.AdManager.v202305.Contact.faxPhone
getset

The fax number where the contact can be reached. This attribute is optional.

long Google.Api.Ads.AdManager.v202305.Contact.id
getset

The unique ID of the

Contact. This value is readonly and is assigned by Google.

bool Google.Api.Ads.AdManager.v202305.Contact.idSpecified
getset

true, if a value is specified for id, false otherwise.

string Google.Api.Ads.AdManager.v202305.Contact.name
getset

The name of the contact. This attribute is required and has a maximum length of 127 characters.

ContactStatus Google.Api.Ads.AdManager.v202305.Contact.status
getset

The status of the contact. This attribute is readonly and is assigned by Google.

bool Google.Api.Ads.AdManager.v202305.Contact.statusSpecified
getset

true, if a value is specified for status, false otherwise.

string Google.Api.Ads.AdManager.v202305.Contact.title
getset

The job title of the contact. This attribute is optional and has a maximum length of 1024 characters.

string Google.Api.Ads.AdManager.v202305.Contact.workPhone
getset

The work phone number where the contact can be reached. This attribute is optional.


The documentation for this class was generated from the following file: