Show / Hide Table of Contents

Class Place.Types.ConsumerAlert.Types.Details

The details of the consumer alert message.

Inheritance
object
Place.Types.ConsumerAlert.Types.Details
Implements
IMessage<Place.Types.ConsumerAlert.Types.Details>
IEquatable<Place.Types.ConsumerAlert.Types.Details>
IDeepCloneable<Place.Types.ConsumerAlert.Types.Details>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
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
In this article
Back to top Generated by DocFX