Google Apps Script API
Preparing search index...
google-apps-script-events
GoogleAppsScript
Analytics
Schema
McfData
Interface McfData
interface
McfData
{
columnHeaders
?:
McfDataColumnHeaders
[]
;
containsSampledData
?:
boolean
;
id
?:
string
;
itemsPerPage
?:
number
;
kind
?:
string
;
nextLink
?:
string
;
previousLink
?:
string
;
profileInfo
?:
McfDataProfileInfo
;
query
?:
McfDataQuery
;
rows
?:
McfDataRows
[]
[]
;
sampleSize
?:
string
;
sampleSpace
?:
string
;
selfLink
?:
string
;
totalResults
?:
number
;
totalsForAllResults
?:
Record
<
string
,
string
>
;
}
Index
Properties
column
Headers?
contains
Sampled
Data?
id?
items
Per
Page?
kind?
next
Link?
previous
Link?
profile
Info?
query?
rows?
sample
Size?
sample
Space?
self
Link?
total
Results?
totals
For
All
Results?
Properties
Optional
column
Headers
columnHeaders
?:
McfDataColumnHeaders
[]
Optional
contains
Sampled
Data
containsSampledData
?:
boolean
Optional
id
id
?:
string
Optional
items
Per
Page
itemsPerPage
?:
number
Optional
kind
kind
?:
string
Optional
next
Link
nextLink
?:
string
Optional
previous
Link
previousLink
?:
string
Optional
profile
Info
profileInfo
?:
McfDataProfileInfo
Optional
query
query
?:
McfDataQuery
Optional
rows
rows
?:
McfDataRows
[]
[]
Optional
sample
Size
sampleSize
?:
string
Optional
sample
Space
sampleSpace
?:
string
Optional
self
Link
selfLink
?:
string
Optional
total
Results
totalResults
?:
number
Optional
totals
For
All
Results
totalsForAllResults
?:
Record
<
string
,
string
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
column
Headers
contains
Sampled
Data
id
items
Per
Page
kind
next
Link
previous
Link
profile
Info
query
rows
sample
Size
sample
Space
self
Link
total
Results
totals
For
All
Results
Google Apps Script API
Loading...