Google.Cloud.Location - Class GetLocationRequest (2.1.0)

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

Reference documentation and code samples for the Google.Cloud.Location class GetLocationRequest.

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