The resource name of the account being queried. The format is accounts/{account_id}.
Query parameters
Parameters
pageSize
integer
Number of elements to retrieve in a single page.
pageToken
string
Token of the page to retrieve.
filter
string
Optional. The conditions (fields and expressions) used to filter HotelViews. The syntax requires spaces surrounding the in operator. Otherwise, spaces can be omitted.
Conditions cannot be joined.
The hotelId field can be used to select specific hotels.
The liveOnGoogle field can select properties that Google shows, or properties that are omitted in google search results.
The matchStatus field can be used to filter the list of HotelViews returned for the account.
Examples of valid conditions and their syntax are as follows:
hotelId = 'hotel_ABC'
hotelId in ('hotel_ABC', 'hotel_XYZ')
liveOnGoogle = 'TRUE'
liveOnGoogle = 'FALSE'
matchStatus = 'NOT_MATCHED'
matchStatus in ('NOT_MATCHED', 'MATCHED', 'MAP_OVERLAP')