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