public sealed class Location : IMessage<Location>, IEquatable<Location>, IDeepCloneable<Location>, IBufferMessage, IMessageReference documentation and code samples for the Service Health v1 API class Location.
Represents the locations impacted by the event.
Namespace
Google.Cloud.ServiceHealth.V1Assembly
Google.Cloud.ServiceHealth.V1.dll
Constructors
Location()
public Location()Location(Location)
public Location(Location other)| Parameter | |
|---|---|
| Name | Description |
other |
Location |
Properties
LocationName
public string LocationName { get; set; }Location impacted by the event. Example: "us-central1"
| Property Value | |
|---|---|
| Type | Description |
string |
|