Skip to content

Commit 887a34f

Browse files
fix(smartdevicemanagement): update the API
1 parent fe9901f commit 887a34f

File tree

1 file changed

+7
-14
lines changed
  • src/apis/smartdevicemanagement

1 file changed

+7
-14
lines changed

src/apis/smartdevicemanagement/v1.ts

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -703,8 +703,7 @@ export namespace smartdevicemanagement_v1 {
703703
}
704704
}
705705

706-
export interface Params$Resource$Enterprises$Devices$Executecommand
707-
extends StandardParameters {
706+
export interface Params$Resource$Enterprises$Devices$Executecommand extends StandardParameters {
708707
/**
709708
* The name of the device requested. For example: "enterprises/XYZ/devices/123"
710709
*/
@@ -715,15 +714,13 @@ export namespace smartdevicemanagement_v1 {
715714
*/
716715
requestBody?: Schema$GoogleHomeEnterpriseSdmV1ExecuteDeviceCommandRequest;
717716
}
718-
export interface Params$Resource$Enterprises$Devices$Get
719-
extends StandardParameters {
717+
export interface Params$Resource$Enterprises$Devices$Get extends StandardParameters {
720718
/**
721719
* The name of the device requested. For example: "enterprises/XYZ/devices/123"
722720
*/
723721
name?: string;
724722
}
725-
export interface Params$Resource$Enterprises$Devices$List
726-
extends StandardParameters {
723+
export interface Params$Resource$Enterprises$Devices$List extends StandardParameters {
727724
/**
728725
* Optional filter to list devices. Filters can be done on: Device custom name (substring match): 'customName=wing'
729726
*/
@@ -1039,15 +1036,13 @@ export namespace smartdevicemanagement_v1 {
10391036
}
10401037
}
10411038

1042-
export interface Params$Resource$Enterprises$Structures$Get
1043-
extends StandardParameters {
1039+
export interface Params$Resource$Enterprises$Structures$Get extends StandardParameters {
10441040
/**
10451041
* The name of the structure requested. For example: "enterprises/XYZ/structures/ABC".
10461042
*/
10471043
name?: string;
10481044
}
1049-
export interface Params$Resource$Enterprises$Structures$List
1050-
extends StandardParameters {
1045+
export interface Params$Resource$Enterprises$Structures$List extends StandardParameters {
10511046
/**
10521047
* Optional filter to list structures.
10531048
*/
@@ -1355,15 +1350,13 @@ export namespace smartdevicemanagement_v1 {
13551350
}
13561351
}
13571352

1358-
export interface Params$Resource$Enterprises$Structures$Rooms$Get
1359-
extends StandardParameters {
1353+
export interface Params$Resource$Enterprises$Structures$Rooms$Get extends StandardParameters {
13601354
/**
13611355
* The name of the room requested. For example: "enterprises/XYZ/structures/ABC/rooms/123".
13621356
*/
13631357
name?: string;
13641358
}
1365-
export interface Params$Resource$Enterprises$Structures$Rooms$List
1366-
extends StandardParameters {
1359+
export interface Params$Resource$Enterprises$Structures$Rooms$List extends StandardParameters {
13671360
/**
13681361
* The parent resource name of the rooms requested. For example: "enterprises/XYZ/structures/ABC".
13691362
*/

0 commit comments

Comments
 (0)