Class GetRegionRequest
Request message for the GetRegion
method.
Implements
Namespace: Google.Shopping.Merchant.Accounts.V1Beta
Assembly: Google.Shopping.Merchant.Accounts.V1Beta.dll
Syntax
public sealed class GetRegionRequest : IMessage<GetRegionRequest>, IEquatable<GetRegionRequest>, IDeepCloneable<GetRegionRequest>, IBufferMessage, IMessage
Constructors
GetRegionRequest()
Declaration
public GetRegionRequest()
GetRegionRequest(GetRegionRequest)
Declaration
public GetRegionRequest(GetRegionRequest other)
Parameters
Type | Name | Description |
---|---|---|
GetRegionRequest | other |
Properties
Name
Required. The name of the region to retrieve.
Format: accounts/{account}/regions/{region}
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
RegionName
RegionName-typed view over the Name resource name property.
Declaration
public RegionName RegionName { get; set; }
Property Value
Type | Description |
---|---|
RegionName |