Class ProximityFilter
Contains proximity filter information.
Implements
Inherited Members
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? |