We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c26f83 commit 7050c2dCopy full SHA for 7050c2d
1 file changed
src/Monitoring/Resource/ProjectsSnoozes.php
@@ -75,9 +75,9 @@ public function get($name, $optParams = [])
75
*
76
* @opt_param string filter Optional. Optional filter to restrict results to the
77
* given criteria. The following fields are supported. interval.start_time
78
- * interval.end_timeFor example: ``` interval.start_time >
+ * interval.end_timeFor example: interval.start_time >
79
* "2022-03-11T00:00:00-08:00" AND interval.end_time <
80
- * "2022-03-12T00:00:00-08:00" ```
+ * "2022-03-12T00:00:00-08:00"
81
* @opt_param int pageSize Optional. The maximum number of results to return for
82
* a single query. The server may further constrain the maximum number of
83
* results returned in a single page. The value should be in the range 1, 1000.
0 commit comments