Class Place.Types.ConsumerAlert.Types.Details
The details of the consumer alert message.
Implements
Namespace: Google.Maps.Places.V1
Assembly: Google.Maps.Places.V1.dll
Syntax
public sealed class Place.Types.ConsumerAlert.Types.Details : IMessage<Place.Types.ConsumerAlert.Types.Details>, IEquatable<Place.Types.ConsumerAlert.Types.Details>, IDeepCloneable<Place.Types.ConsumerAlert.Types.Details>, IBufferMessage, IMessage
Constructors
Details()
Declaration
public Details()
Details(Details)
Declaration
public Details(Place.Types.ConsumerAlert.Types.Details other)
Parameters
| Type | Name | Description |
|---|---|---|
| Place.Types.ConsumerAlert.Types.Details | other |
Properties
AboutLink
The link to show together with the description to provide more information.
Declaration
public Place.Types.ConsumerAlert.Types.Details.Types.Link AboutLink { get; set; }
Property Value
| Type | Description |
|---|---|
| Place.Types.ConsumerAlert.Types.Details.Types.Link |
Description
The description of the consumer alert message.
Declaration
public string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Title
The title to show together with the description.
Declaration
public string Title { get; set; }
Property Value
| Type | Description |
|---|---|
| string |