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 d'activité du client.

customerAddress

object (CustomerAddress)

Adresse du client.

customerContacts[]

object (CustomerContact)

Contacts associés au client.

Secteur

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

Enums
INDUSTRY_UNSPECIFIED Aucune valeur spécifiée.
INDUSTRY_ADVERTISING_AND_MARKETING Publicité et marketing.
INDUSTRY_AGRICULTURE L'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 publics.
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 industriels.
INDUSTRY_LAW_AND_GOVERNMENT Droit et administration publique.
INDUSTRY_LOGISTICS_AND_TRANSPORTATION Logistique et transports.
INDUSTRY_MANUFACTURING_INDUSTRIAL_AND_TRANSPORTATION Fabrication, industrie et transport.
INDUSTRY_MEDIA_AND_ENTERTAINMENT Médias et divertissement.
INDUSTRY_NON_PROFIT Activités à but non lucratif.
INDUSTRY_OTHER Autre rôle
INDUSTRY_PUBLIC_SECTOR_AND_EDU Secteur public et éducation.
INDUSTRY_RETAIL_AND_CONSUMER Vente et consommateur.
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, multimédia et jeux vidéo.
INDUSTRY_TOURISM_AND_LEISURE Tourisme et loisirs

CustomerAddress

Représente les détails de l'adresse 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

Pays/Région CLDR de l'adresse.

state

string

État.

zip

string

Code postal.

CustomerContact

Représente un contact 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

E-mail. Doit correspondre à Customer.google_account_domain.

phoneNumber

string

Numéro de téléphone.