Google Apps Script API
Preparing search index...
google-apps-script-events
GoogleAppsScript
AdminDirectory
Collection
Resources
FeaturesCollection
Interface FeaturesCollection
interface
FeaturesCollection
{
get
(
customer
:
string
,
featureKey
:
string
)
:
Feature
;
insert
(
resource
:
Feature
,
customer
:
string
)
:
Feature
;
list
(
customer
:
string
)
:
Features
;
list
(
customer
:
string
,
optionalArgs
:
object
)
:
Features
;
patch
(
resource
:
Feature
,
customer
:
string
,
featureKey
:
string
)
:
Feature
;
remove
(
customer
:
string
,
featureKey
:
string
)
:
void
;
rename
(
resource
:
FeatureRename
,
customer
:
string
,
oldName
:
string
)
:
void
;
update
(
resource
:
Feature
,
customer
:
string
,
featureKey
:
string
)
:
Feature
;
}
Index
Methods
get
insert
list
patch
remove
rename
update
Methods
get
get
(
customer
:
string
,
featureKey
:
string
)
:
Feature
Parameters
customer
:
string
featureKey
:
string
Returns
Feature
insert
insert
(
resource
:
Feature
,
customer
:
string
)
:
Feature
Parameters
resource
:
Feature
customer
:
string
Returns
Feature
list
list
(
customer
:
string
)
:
Features
Parameters
customer
:
string
Returns
Features
list
(
customer
:
string
,
optionalArgs
:
object
)
:
Features
Parameters
customer
:
string
optionalArgs
:
object
Returns
Features
patch
patch
(
resource
:
Feature
,
customer
:
string
,
featureKey
:
string
)
:
Feature
Parameters
resource
:
Feature
customer
:
string
featureKey
:
string
Returns
Feature
remove
remove
(
customer
:
string
,
featureKey
:
string
)
:
void
Parameters
customer
:
string
featureKey
:
string
Returns
void
rename
rename
(
resource
:
FeatureRename
,
customer
:
string
,
oldName
:
string
)
:
void
Parameters
resource
:
FeatureRename
customer
:
string
oldName
:
string
Returns
void
update
update
(
resource
:
Feature
,
customer
:
string
,
featureKey
:
string
)
:
Feature
Parameters
resource
:
Feature
customer
:
string
featureKey
:
string
Returns
Feature
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
get
insert
list
patch
remove
rename
update
Google Apps Script API
Loading...