Google Apps Script API
    Preparing search index...
    interface ChromeosdevicesCollection {
        action(
            resource: ChromeOsDeviceAction,
            customerId: string,
            resourceId: string,
        ): void;
        get(customerId: string, deviceId: string): ChromeOsDevice;
        get(
            customerId: string,
            deviceId: string,
            optionalArgs: object,
        ): ChromeOsDevice;
        list(customerId: string): ChromeOsDevices;
        list(customerId: string, optionalArgs: object): ChromeOsDevices;
        moveDevicesToOu(
            resource: ChromeOsMoveDevicesToOu,
            customerId: string,
            orgUnitPath: string,
        ): void;
        patch(
            resource: ChromeOsDevice,
            customerId: string,
            deviceId: string,
        ): ChromeOsDevice;
        patch(
            resource: ChromeOsDevice,
            customerId: string,
            deviceId: string,
            optionalArgs: object,
        ): ChromeOsDevice;
        update(
            resource: ChromeOsDevice,
            customerId: string,
            deviceId: string,
        ): ChromeOsDevice;
        update(
            resource: ChromeOsDevice,
            customerId: string,
            deviceId: string,
            optionalArgs: object,
        ): ChromeOsDevice;
    }
    Index

    Methods