Google Apps Script API
Preparing search index...
google-apps-script-events
GoogleAppsScript
AdminDirectory
Collection
MobiledevicesCollection
Interface MobiledevicesCollection
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
action
get
list
remove
Methods
action
action
(
resource
:
MobileDeviceAction
,
customerId
:
string
,
resourceId
:
string
,
)
:
void
Parameters
resource
:
MobileDeviceAction
customerId
:
string
resourceId
:
string
Returns
void
get
get
(
customerId
:
string
,
resourceId
:
string
)
:
MobileDevice
Parameters
customerId
:
string
resourceId
:
string
Returns
MobileDevice
get
(
customerId
:
string
,
resourceId
:
string
,
optionalArgs
:
object
)
:
MobileDevice
Parameters
customerId
:
string
resourceId
:
string
optionalArgs
:
object
Returns
MobileDevice
list
list
(
customerId
:
string
)
:
MobileDevices
Parameters
customerId
:
string
Returns
MobileDevices
list
(
customerId
:
string
,
optionalArgs
:
object
)
:
MobileDevices
Parameters
customerId
:
string
optionalArgs
:
object
Returns
MobileDevices
remove
remove
(
customerId
:
string
,
resourceId
:
string
)
:
void
Parameters
customerId
:
string
resourceId
:
string
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
action
get
list
remove
Google Apps Script API
Loading...