Class GetLocationRequest (2.0.0)

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

The request message for [Locations.GetLocation][google.cloud.location.Locations.GetLocation].

Inheritance

Object > GetLocationRequest

Namespace

Google.Cloud.Location

Assembly

Google.Cloud.Location.dll

Constructors

GetLocationRequest()

public GetLocationRequest()

GetLocationRequest(GetLocationRequest)

public GetLocationRequest(GetLocationRequest other)
Parameter
NameDescription
otherGetLocationRequest

Properties

Name

public string Name { get; set; }

Resource name for the location.

Property Value
TypeDescription
String