Struct google_mybusiness4::api::BatchGetReviewsRequest[][src]

pub struct BatchGetReviewsRequest {
    pub ignore_rating_only_reviews: Option<bool>,
    pub location_names: Option<Vec<String>>,
    pub order_by: Option<String>,
    pub page_size: Option<i32>,
    pub page_token: Option<String>,
}
Expand description

Request message for Reviews.BatchGetReviews.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

ignore_rating_only_reviews: Option<bool>

Whether to ignore rating-only reviews.

location_names: Option<Vec<String>>

A collection of locations to fetch reviews for, specified by their names.

order_by: Option<String>

Optional. Specifies the field to sort reviews by. If unspecified, the order of reviews returned will default to update_time desc. Valid orders to sort by are rating, rating desc and update_time desc. rating will return reviews in ascending order. update_time(i.e. ascending order) is not supported.

page_size: Option<i32>

How many reviews to fetch per page. The default value is 200.

page_token: Option<String>

If specified, it fetches the next page of reviews.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Deserialize this value from the given Serde deserializer. Read more

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.