Customer

Ressource représentant un prospect pour un partenaire Google Cloud.

Représentation JSON
{
  "name": string,
  "company": string,
  "googleAccountDomain": string,
  "totalEmployees": integer,
  "industry": enum (Industry),
  "customerAddress": {
    object (CustomerAddress)
  },
  "customerContacts": [
    {
      object (CustomerContact)
    }
  ]
}
Champs
name

string

Uniquement en sortie. ID de ressource du client. Format : customers/{customer}

company

string

Nom de l'entreprise du client.

googleAccountDomain

string

Domaine du compte Google de l'entreprise cliente.

totalEmployees

integer

Nombre d'employés dans l'entreprise.

industry

enum (Industry)

Secteur du client.

customerAddress

object (CustomerAddress)

Adresse du client.

customerContacts[]

object (CustomerContact)

Contacts associés au client.

Secteur

Spécifie le secteur d'activité du client.

Enums
INDUSTRY_UNSPECIFIED Aucune spécification.
INDUSTRY_ADVERTISING_AND_MARKETING Publicité et marketing.
INDUSTRY_AGRICULTURE Agriculture.
INDUSTRY_AUTOMOTIVE Automobile
INDUSTRY_BUSINESS_AND_PROFESSIONAL_SERVICES Services commerciaux et professionnels
INDUSTRY_CONSUMER_PACKAGED_GOODS Produits de grande consommation
INDUSTRY_EDUCATION Enseignement.
INDUSTRY_ELECTRICAL_AND_ELECTRONICS Électricité et électronique
INDUSTRY_ENERGY_AND_UTILITIES Énergie et services collectifs
INDUSTRY_FINANCIAL_SERVICES Services financiers
INDUSTRY_FOOD_BEVERAGE_AND_RESTAURANTS Alimentation, boissons et restaurants
INDUSTRY_GAMING Jeux vidéo
INDUSTRY_HEALTHCARE_AND_LIFE_SCIENCES Santé et sciences de la vie
INDUSTRY_INDUSTRIAL_GOODS_AND_MANUFACTURING Fabrication et biens d'équipement
INDUSTRY_LAW_AND_GOVERNMENT Justice et administrations
INDUSTRY_LOGISTICS_AND_TRANSPORTATION Logistique et transport.
INDUSTRY_MANUFACTURING_INDUSTRIAL_AND_TRANSPORTATION Fabrication, industrie et transport
INDUSTRY_MEDIA_AND_ENTERTAINMENT Médias et divertissements
INDUSTRY_NON_PROFIT Organisation à but non lucratif.
INDUSTRY_OTHER Autre rôle
INDUSTRY_PUBLIC_SECTOR_AND_EDU Secteur public et éducation
INDUSTRY_RETAIL_AND_CONSUMER Commerce de détail et grand public
INDUSTRY_RETAIL_AND_WHOLESALE Commerce de détail et de gros
INDUSTRY_SOFTWARE_AND_INTERNET Logiciels et Internet
INDUSTRY_TELECOMMUNICATIONS Télécommunications.
INDUSTRY_TELECOMMUNICATIONS_MEDIA_AND_GAMING Télécommunications, médias et jeux vidéo
INDUSTRY_TOURISM_AND_LEISURE Tourisme et loisirs.

CustomerAddress

Représente les coordonnées du client.

Représentation JSON
{
  "street": string,
  "city": string,
  "regionCode": string,
  "state": string,
  "zip": string
}
Champs
street

string

au 414 Jackson Street.

city

string

Ville.

regionCode

string

Code CLDR du pays ou de la région associés à l'adresse.

state

string

État.

zip

string

Code postal.

CustomerContact

Représente une personne à contacter pour un compte client.

Représentation JSON
{
  "name": string,
  "givenName": string,
  "familyName": string,
  "email": string,
  "phoneNumber": string
}
Champs
name

string

ID de ressource du contact client.

givenName

string

Prénom

familyName

string

Nom

email

string

par e-mail, Doit correspondre à Customer.google_account_domain.

phoneNumber

string

Numéro de téléphone.