Show / Hide Table of Contents

Class ProximityFilter

Contains proximity filter information.

Inheritance
object
ProximityFilter
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.Dfareporting.v5.Data
Assembly: Google.Apis.Dfareporting.v5.dll
Syntax
public class ProximityFilter : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

FieldId

Optional. Field ID in the element.

Declaration
[JsonProperty("fieldId")]
public virtual int? FieldId { get; set; }
Property Value
Type Description
int?

RadiusBucketType

Optional. The radius bucket type of the proximity filter

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

RadiusUnitType

Optional. The units of the radius value

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

RadiusValue

Optional. Radius length in units defined by radius_units.

Declaration
[JsonProperty("radiusValue")]
public virtual int? RadiusValue { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX