Service Health v1 API - Class Location (1.2.0)

public sealed class Location : IMessage<Location>, IEquatable<Location>, IDeepCloneable<Location>, IBufferMessage, IMessage

Reference documentation and code samples for the Service Health v1 API class Location.

Represents the locations impacted by the event.

Inheritance

object > Location

Namespace

Google.Cloud.ServiceHealth.V1

Assembly

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