Google Apps Script API
Preparing search index...
google-apps-script-events
GoogleAppsScript
AdminReseller
Collection
CustomersCollection
Interface CustomersCollection
interface
CustomersCollection
{
get
(
customerId
:
string
)
:
GoogleAppsScript
.
AdminReseller
.
Schema
.
Customer
;
insert
(
resource
:
GoogleAppsScript
.
AdminReseller
.
Schema
.
Customer
,
)
:
GoogleAppsScript
.
AdminReseller
.
Schema
.
Customer
;
insert
(
resource
:
GoogleAppsScript
.
AdminReseller
.
Schema
.
Customer
,
optionalArgs
:
object
,
)
:
GoogleAppsScript
.
AdminReseller
.
Schema
.
Customer
;
patch
(
resource
:
GoogleAppsScript
.
AdminReseller
.
Schema
.
Customer
,
customerId
:
string
,
)
:
GoogleAppsScript
.
AdminReseller
.
Schema
.
Customer
;
update
(
resource
:
GoogleAppsScript
.
AdminReseller
.
Schema
.
Customer
,
customerId
:
string
,
)
:
GoogleAppsScript
.
AdminReseller
.
Schema
.
Customer
;
}
Index
Methods
get
insert
patch
update
Methods
get
get
(
customerId
:
string
)
:
GoogleAppsScript
.
AdminReseller
.
Schema
.
Customer
Parameters
customerId
:
string
Returns
GoogleAppsScript
.
AdminReseller
.
Schema
.
Customer
insert
insert
(
resource
:
GoogleAppsScript
.
AdminReseller
.
Schema
.
Customer
,
)
:
GoogleAppsScript
.
AdminReseller
.
Schema
.
Customer
Parameters
resource
:
GoogleAppsScript
.
AdminReseller
.
Schema
.
Customer
Returns
GoogleAppsScript
.
AdminReseller
.
Schema
.
Customer
insert
(
resource
:
GoogleAppsScript
.
AdminReseller
.
Schema
.
Customer
,
optionalArgs
:
object
,
)
:
GoogleAppsScript
.
AdminReseller
.
Schema
.
Customer
Parameters
resource
:
GoogleAppsScript
.
AdminReseller
.
Schema
.
Customer
optionalArgs
:
object
Returns
GoogleAppsScript
.
AdminReseller
.
Schema
.
Customer
patch
patch
(
resource
:
GoogleAppsScript
.
AdminReseller
.
Schema
.
Customer
,
customerId
:
string
,
)
:
GoogleAppsScript
.
AdminReseller
.
Schema
.
Customer
Parameters
resource
:
GoogleAppsScript
.
AdminReseller
.
Schema
.
Customer
customerId
:
string
Returns
GoogleAppsScript
.
AdminReseller
.
Schema
.
Customer
update
update
(
resource
:
GoogleAppsScript
.
AdminReseller
.
Schema
.
Customer
,
customerId
:
string
,
)
:
GoogleAppsScript
.
AdminReseller
.
Schema
.
Customer
Parameters
resource
:
GoogleAppsScript
.
AdminReseller
.
Schema
.
Customer
customerId
:
string
Returns
GoogleAppsScript
.
AdminReseller
.
Schema
.
Customer
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
get
insert
patch
update
Google Apps Script API
Loading...