@@ -74,14 +74,14 @@ final class QueryInsightsResponse
7474
7575 /**
7676 * @param array{
77- * QuerySpatialCoverage?: null| QuerySpatialCoverage|array,
78- * QueryTemporalRange?: null| QueryTemporalRange|array,
79- * QueryTableCount?: null| int,
80- * OutputRows?: null| int,
81- * OutputBytes?: null| int,
82- * UnloadPartitionCount?: null| int,
83- * UnloadWrittenRows?: null| int,
84- * UnloadWrittenBytes?: null| int,
77+ * QuerySpatialCoverage?: QuerySpatialCoverage|array|null ,
78+ * QueryTemporalRange?: QueryTemporalRange|array|null ,
79+ * QueryTableCount?: int|null ,
80+ * OutputRows?: int|null ,
81+ * OutputBytes?: int|null ,
82+ * UnloadPartitionCount?: int|null ,
83+ * UnloadWrittenRows?: int|null ,
84+ * UnloadWrittenBytes?: int|null ,
8585 * } $input
8686 */
8787 public function __construct (array $ input )
@@ -98,14 +98,14 @@ public function __construct(array $input)
9898
9999 /**
100100 * @param array{
101- * QuerySpatialCoverage?: null| QuerySpatialCoverage|array,
102- * QueryTemporalRange?: null| QueryTemporalRange|array,
103- * QueryTableCount?: null| int,
104- * OutputRows?: null| int,
105- * OutputBytes?: null| int,
106- * UnloadPartitionCount?: null| int,
107- * UnloadWrittenRows?: null| int,
108- * UnloadWrittenBytes?: null| int,
101+ * QuerySpatialCoverage?: QuerySpatialCoverage|array|null ,
102+ * QueryTemporalRange?: QueryTemporalRange|array|null ,
103+ * QueryTableCount?: int|null ,
104+ * OutputRows?: int|null ,
105+ * OutputBytes?: int|null ,
106+ * UnloadPartitionCount?: int|null ,
107+ * UnloadWrittenRows?: int|null ,
108+ * UnloadWrittenBytes?: int|null ,
109109 * }|QueryInsightsResponse $input
110110 */
111111 public static function create ($ input ): self
0 commit comments