Google Apps Script API
Preparing search index...
google-apps-script-events
GoogleAppsScript
Gmail
Collection
Users
LabelsCollection
Interface LabelsCollection
interface
LabelsCollection
{
create
(
resource
:
GoogleAppsScript
.
Gmail
.
Schema
.
Label
,
userId
:
string
,
)
:
GoogleAppsScript
.
Gmail
.
Schema
.
Label
;
get
(
userId
:
string
,
id
:
string
)
:
GoogleAppsScript
.
Gmail
.
Schema
.
Label
;
list
(
userId
:
string
)
:
ListLabelsResponse
;
patch
(
resource
:
GoogleAppsScript
.
Gmail
.
Schema
.
Label
,
userId
:
string
,
id
:
string
,
)
:
GoogleAppsScript
.
Gmail
.
Schema
.
Label
;
remove
(
userId
:
string
,
id
:
string
)
:
void
;
update
(
resource
:
GoogleAppsScript
.
Gmail
.
Schema
.
Label
,
userId
:
string
,
id
:
string
,
)
:
GoogleAppsScript
.
Gmail
.
Schema
.
Label
;
}
Index
Methods
create
get
list
patch
remove
update
Methods
create
create
(
resource
:
GoogleAppsScript
.
Gmail
.
Schema
.
Label
,
userId
:
string
,
)
:
GoogleAppsScript
.
Gmail
.
Schema
.
Label
Parameters
resource
:
GoogleAppsScript
.
Gmail
.
Schema
.
Label
userId
:
string
Returns
GoogleAppsScript
.
Gmail
.
Schema
.
Label
get
get
(
userId
:
string
,
id
:
string
)
:
GoogleAppsScript
.
Gmail
.
Schema
.
Label
Parameters
userId
:
string
id
:
string
Returns
GoogleAppsScript
.
Gmail
.
Schema
.
Label
list
list
(
userId
:
string
)
:
ListLabelsResponse
Parameters
userId
:
string
Returns
ListLabelsResponse
patch
patch
(
resource
:
GoogleAppsScript
.
Gmail
.
Schema
.
Label
,
userId
:
string
,
id
:
string
,
)
:
GoogleAppsScript
.
Gmail
.
Schema
.
Label
Parameters
resource
:
GoogleAppsScript
.
Gmail
.
Schema
.
Label
userId
:
string
id
:
string
Returns
GoogleAppsScript
.
Gmail
.
Schema
.
Label
remove
remove
(
userId
:
string
,
id
:
string
)
:
void
Parameters
userId
:
string
id
:
string
Returns
void
update
update
(
resource
:
GoogleAppsScript
.
Gmail
.
Schema
.
Label
,
userId
:
string
,
id
:
string
,
)
:
GoogleAppsScript
.
Gmail
.
Schema
.
Label
Parameters
resource
:
GoogleAppsScript
.
Gmail
.
Schema
.
Label
userId
:
string
id
:
string
Returns
GoogleAppsScript
.
Gmail
.
Schema
.
Label
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
create
get
list
patch
remove
update
Google Apps Script API
Loading...