Google Apps Script API
Preparing search index...
google-apps-script-events
GoogleAppsScript
Dfareporting
Collection
FilesCollection
Interface FilesCollection
interface
FilesCollection
{
get
(
reportId
:
string
,
fileId
:
string
,
)
:
GoogleAppsScript
.
Dfareporting
.
Schema
.
File
;
list
(
profileId
:
string
)
:
GoogleAppsScript
.
Dfareporting
.
Schema
.
FileList
;
list
(
profileId
:
string
,
optionalArgs
:
object
,
)
:
GoogleAppsScript
.
Dfareporting
.
Schema
.
FileList
;
}
Index
Methods
get
list
Methods
get
get
(
reportId
:
string
,
fileId
:
string
)
:
GoogleAppsScript
.
Dfareporting
.
Schema
.
File
Parameters
reportId
:
string
fileId
:
string
Returns
GoogleAppsScript
.
Dfareporting
.
Schema
.
File
list
list
(
profileId
:
string
)
:
GoogleAppsScript
.
Dfareporting
.
Schema
.
FileList
Parameters
profileId
:
string
Returns
GoogleAppsScript
.
Dfareporting
.
Schema
.
FileList
list
(
profileId
:
string
,
optionalArgs
:
object
,
)
:
GoogleAppsScript
.
Dfareporting
.
Schema
.
FileList
Parameters
profileId
:
string
optionalArgs
:
object
Returns
GoogleAppsScript
.
Dfareporting
.
Schema
.
FileList
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
get
list
Google Apps Script API
Loading...