Class GoogleMapsPlacesV1PlaceConsumerAlert
The consumer alert message for the place when we detect suspicious review activity on a business or a business violates our policies.
Implements
Inherited Members
Namespace: Google.Apis.MapsPlaces.v1.Data
Assembly: Google.Apis.MapsPlaces.v1.dll
Syntax
public class GoogleMapsPlacesV1PlaceConsumerAlert : IDirectResponseSchema
Properties
Details
The details of the consumer alert message.
Declaration
[JsonProperty("details")]
public virtual GoogleMapsPlacesV1PlaceConsumerAlertDetails Details { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleMapsPlacesV1PlaceConsumerAlertDetails |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LanguageCode
The language code of the consumer alert message. This is a BCP 47 language code.
Declaration
[JsonProperty("languageCode")]
public virtual string LanguageCode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Overview
The overview of the consumer alert message.
Declaration
[JsonProperty("overview")]
public virtual string Overview { get; set; }
Property Value
| Type | Description |
|---|---|
| string |