public sealed class GetLocationRequest : IMessage<GetLocationRequest>, IEquatable<GetLocationRequest>, IDeepCloneable<GetLocationRequest>, IBufferMessage, IMessageThe request message for [Locations.GetLocation][google.cloud.location.Locations.GetLocation].
Implements
IMessage<GetLocationRequest>, IEquatable<GetLocationRequest>, IDeepCloneable<GetLocationRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.LocationAssembly
Google.Cloud.Location.dll
Constructors
GetLocationRequest()
public GetLocationRequest()GetLocationRequest(GetLocationRequest)
public GetLocationRequest(GetLocationRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetLocationRequest |
Properties
Name
public string Name { get; set; }Resource name for the location.
| Property Value | |
|---|---|
| Type | Description |
String |
|