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