Google Apps Script API
    Preparing search index...
    interface MobiledevicesCollection {
        action(
            resource: MobileDeviceAction,
            customerId: string,
            resourceId: string,
        ): void;
        get(customerId: string, resourceId: string): MobileDevice;
        get(
            customerId: string,
            resourceId: string,
            optionalArgs: object,
        ): MobileDevice;
        list(customerId: string): MobileDevices;
        list(customerId: string, optionalArgs: object): MobileDevices;
        remove(customerId: string, resourceId: string): void;
    }
    Index

    Methods