Class RatingFilter
Average user rating filters.
Implements
Inherited Members
Namespace: Google.Apis.AreaInsights.v1.Data
Assembly: Google.Apis.AreaInsights.v1.dll
Syntax
public class RatingFilter : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MaxRating
Optional. Restricts results to places whose average user rating is strictly less than or equal to max_rating. Values must be between 1.0 and 5.0.
Declaration
[JsonProperty("maxRating")]
public virtual float? MaxRating { get; set; }
Property Value
Type | Description |
---|---|
float? |
MinRating
Optional. Restricts results to places whose average user rating is greater than or equal to min_rating. Values must be between 1.0 and 5.0.
Declaration
[JsonProperty("minRating")]
public virtual float? MinRating { get; set; }
Property Value
Type | Description |
---|---|
float? |