Show / Hide Table of Contents

Class CustomerProfileSummary

A summarized version of the customer profile. Generated by the backend.

Inheritance
object
CustomerProfileSummary
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.ThreatIntelligenceService.v1beta.Data
Assembly: Google.Apis.ThreatIntelligenceService.v1beta.dll
Syntax
public class CustomerProfileSummary : IDirectResponseSchema

Properties

AreaServed

Optional. The area the customer serves.

Declaration
[JsonProperty("areaServed")]
public virtual CustomerProfileCitedString AreaServed { get; set; }
Property Value
Type Description
CustomerProfileCitedString

Brands

Optional. A narrative summary of brands.

Declaration
[JsonProperty("brands")]
public virtual CustomerProfileCitedString Brands { get; set; }
Property Value
Type Description
CustomerProfileCitedString

ETag

The ETag of the item.

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

EntityType

Optional. The entity type of the customer.

Declaration
[JsonProperty("entityType")]
public virtual CustomerProfileCitedString EntityType { get; set; }
Property Value
Type Description
CustomerProfileCitedString

Founded

Optional. The date the customer was founded.

Declaration
[JsonProperty("founded")]
public virtual CustomerProfileCitedString Founded { get; set; }
Property Value
Type Description
CustomerProfileCitedString

Headquarters

Optional. The headquarters of the customer.

Declaration
[JsonProperty("headquarters")]
public virtual CustomerProfileCitedString Headquarters { get; set; }
Property Value
Type Description
CustomerProfileCitedString

Industry

Optional. The industry the customer is in.

Declaration
[JsonProperty("industry")]
public virtual CustomerProfileCitedString Industry { get; set; }
Property Value
Type Description
CustomerProfileCitedString

KeyPeopleSummary

Optional. A narrative summary of key people.

Declaration
[JsonProperty("keyPeopleSummary")]
public virtual CustomerProfileCitedString KeyPeopleSummary { get; set; }
Property Value
Type Description
CustomerProfileCitedString

ParentCompany

Optional. The parent company of the customer.

Declaration
[JsonProperty("parentCompany")]
public virtual CustomerProfileCitedString ParentCompany { get; set; }
Property Value
Type Description
CustomerProfileCitedString

PrimaryWebsite

Optional. The primary website of the customer.

Declaration
[JsonProperty("primaryWebsite")]
public virtual CustomerProfileCitedString PrimaryWebsite { get; set; }
Property Value
Type Description
CustomerProfileCitedString

ProductsSummary

Optional. A narrative summary of products.

Declaration
[JsonProperty("productsSummary")]
public virtual CustomerProfileCitedString ProductsSummary { get; set; }
Property Value
Type Description
CustomerProfileCitedString

ServicesSummary

Optional. A narrative summary of services.

Declaration
[JsonProperty("servicesSummary")]
public virtual CustomerProfileCitedString ServicesSummary { get; set; }
Property Value
Type Description
CustomerProfileCitedString

Title

Optional. The official name of the customer.

Declaration
[JsonProperty("title")]
public virtual CustomerProfileCitedString Title { get; set; }
Property Value
Type Description
CustomerProfileCitedString

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX