Skip to content

Commit 7050c2d

Browse files
1 parent 5c26f83 commit 7050c2d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Monitoring/Resource/ProjectsSnoozes.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ public function get($name, $optParams = [])
7575
*
7676
* @opt_param string filter Optional. Optional filter to restrict results to the
7777
* given criteria. The following fields are supported. interval.start_time
78-
* interval.end_timeFor example: ``` interval.start_time >
78+
* interval.end_timeFor example: interval.start_time >
7979
* "2022-03-11T00:00:00-08:00" AND interval.end_time <
80-
* "2022-03-12T00:00:00-08:00" ```
80+
* "2022-03-12T00:00:00-08:00"
8181
* @opt_param int pageSize Optional. The maximum number of results to return for
8282
* a single query. The server may further constrain the maximum number of
8383
* results returned in a single page. The value should be in the range 1, 1000.

0 commit comments

Comments
 (0)