Show / Hide Table of Contents

Class Breakdown.Types.Region

Region with code and localized name.

Inheritance
object
Breakdown.Types.Region
Implements
IMessage<Breakdown.Types.Region>
IEquatable<Breakdown.Types.Region>
IDeepCloneable<Breakdown.Types.Region>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Shopping.Merchant.IssueResolution.V1
Assembly: Google.Shopping.Merchant.IssueResolution.V1.dll
Syntax
public sealed class Breakdown.Types.Region : IMessage<Breakdown.Types.Region>, IEquatable<Breakdown.Types.Region>, IDeepCloneable<Breakdown.Types.Region>, IBufferMessage, IMessage

Constructors

Region()

Declaration
public Region()

Region(Region)

Declaration
public Region(Breakdown.Types.Region other)
Parameters
Type Name Description
Breakdown.Types.Region other

Properties

Code

The [CLDR territory code] (http://www.unicode.org/repos/cldr/tags/latest/common/main/en.xml)

Declaration
public string Code { get; set; }
Property Value
Type Description
string

Name

The localized name of the region. For region with code='001' the value is 'All countries' or the equivalent in other languages.

Declaration
public string Name { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX