Show / Hide Table of Contents

Class GoogleMapsPlacesV1PlaceConsumerAlert

The consumer alert message for the place when we detect suspicious review activity on a business or a business violates our policies.

Inheritance
object
GoogleMapsPlacesV1PlaceConsumerAlert
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX