Google Apps Script API
Preparing search index...
google-apps-script-events
GoogleAppsScript
Dfareporting
Collection
ReportsCollection
Interface ReportsCollection
interface
ReportsCollection
{
CompatibleFields
:
CompatibleFieldsCollection
;
Files
:
GoogleAppsScript
.
Dfareporting
.
Collection
.
Reports
.
FilesCollection
;
get
(
profileId
:
string
,
reportId
:
string
,
)
:
GoogleAppsScript
.
Dfareporting
.
Schema
.
Report
;
insert
(
resource
:
GoogleAppsScript
.
Dfareporting
.
Schema
.
Report
,
profileId
:
string
,
)
:
GoogleAppsScript
.
Dfareporting
.
Schema
.
Report
;
list
(
profileId
:
string
)
:
ReportList
;
list
(
profileId
:
string
,
optionalArgs
:
object
)
:
ReportList
;
patch
(
resource
:
GoogleAppsScript
.
Dfareporting
.
Schema
.
Report
,
profileId
:
string
,
reportId
:
string
,
)
:
GoogleAppsScript
.
Dfareporting
.
Schema
.
Report
;
remove
(
profileId
:
string
,
reportId
:
string
)
:
void
;
run
(
profileId
:
string
,
reportId
:
string
,
)
:
GoogleAppsScript
.
Dfareporting
.
Schema
.
File
;
run
(
profileId
:
string
,
reportId
:
string
,
optionalArgs
:
object
,
)
:
GoogleAppsScript
.
Dfareporting
.
Schema
.
File
;
update
(
resource
:
GoogleAppsScript
.
Dfareporting
.
Schema
.
Report
,
profileId
:
string
,
reportId
:
string
,
)
:
GoogleAppsScript
.
Dfareporting
.
Schema
.
Report
;
}
Index
Properties
Compatible
Fields
Files
Methods
get
insert
list
patch
remove
run
update
Properties
Compatible
Fields
CompatibleFields
:
CompatibleFieldsCollection
Files
Files
:
GoogleAppsScript
.
Dfareporting
.
Collection
.
Reports
.
FilesCollection
Methods
get
get
(
profileId
:
string
,
reportId
:
string
,
)
:
GoogleAppsScript
.
Dfareporting
.
Schema
.
Report
Parameters
profileId
:
string
reportId
:
string
Returns
GoogleAppsScript
.
Dfareporting
.
Schema
.
Report
insert
insert
(
resource
:
GoogleAppsScript
.
Dfareporting
.
Schema
.
Report
,
profileId
:
string
,
)
:
GoogleAppsScript
.
Dfareporting
.
Schema
.
Report
Parameters
resource
:
GoogleAppsScript
.
Dfareporting
.
Schema
.
Report
profileId
:
string
Returns
GoogleAppsScript
.
Dfareporting
.
Schema
.
Report
list
list
(
profileId
:
string
)
:
ReportList
Parameters
profileId
:
string
Returns
ReportList
list
(
profileId
:
string
,
optionalArgs
:
object
)
:
ReportList
Parameters
profileId
:
string
optionalArgs
:
object
Returns
ReportList
patch
patch
(
resource
:
GoogleAppsScript
.
Dfareporting
.
Schema
.
Report
,
profileId
:
string
,
reportId
:
string
,
)
:
GoogleAppsScript
.
Dfareporting
.
Schema
.
Report
Parameters
resource
:
GoogleAppsScript
.
Dfareporting
.
Schema
.
Report
profileId
:
string
reportId
:
string
Returns
GoogleAppsScript
.
Dfareporting
.
Schema
.
Report
remove
remove
(
profileId
:
string
,
reportId
:
string
)
:
void
Parameters
profileId
:
string
reportId
:
string
Returns
void
run
run
(
profileId
:
string
,
reportId
:
string
,
)
:
GoogleAppsScript
.
Dfareporting
.
Schema
.
File
Parameters
profileId
:
string
reportId
:
string
Returns
GoogleAppsScript
.
Dfareporting
.
Schema
.
File
run
(
profileId
:
string
,
reportId
:
string
,
optionalArgs
:
object
,
)
:
GoogleAppsScript
.
Dfareporting
.
Schema
.
File
Parameters
profileId
:
string
reportId
:
string
optionalArgs
:
object
Returns
GoogleAppsScript
.
Dfareporting
.
Schema
.
File
update
update
(
resource
:
GoogleAppsScript
.
Dfareporting
.
Schema
.
Report
,
profileId
:
string
,
reportId
:
string
,
)
:
GoogleAppsScript
.
Dfareporting
.
Schema
.
Report
Parameters
resource
:
GoogleAppsScript
.
Dfareporting
.
Schema
.
Report
profileId
:
string
reportId
:
string
Returns
GoogleAppsScript
.
Dfareporting
.
Schema
.
Report
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
Compatible
Fields
Files
Methods
get
insert
list
patch
remove
run
update
Google Apps Script API
Loading...