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