Show / Hide Table of Contents

Class RadiusArea

A radius area that defines the region area.

Inheritance
object
RadiusArea
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Merchant.accounts_v1.Data
Assembly: Google.Apis.Merchant.accounts_v1.dll
Syntax
public class RadiusArea : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

LatLng

Required. The center of the radius area. It represents a latitude/longitude pair in decimal degrees format.

Declaration
[JsonProperty("latLng")]
public virtual LatLng LatLng { get; set; }
Property Value
Type Description
LatLng

Radius

Required. The radius distance of the area.

Declaration
[JsonProperty("radius")]
public virtual double? Radius { get; set; }
Property Value
Type Description
double?

RadiusUnits

Optional. The unit of the radius.

Declaration
[JsonProperty("radiusUnits")]
public virtual string RadiusUnits { get; set; }
Property Value
Type Description
string

RegionCode

Required. CLDR territory code or the country the radius area applies to.

Declaration
[JsonProperty("regionCode")]
public virtual string RegionCode { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX