Google Apps Script API
Preparing search index...
google-apps-script-events
GoogleAppsScript
Analytics
Schema
RealtimeData
Interface RealtimeData
interface
RealtimeData
{
columnHeaders
?:
RealtimeDataColumnHeaders
[]
;
id
?:
string
;
kind
?:
string
;
profileInfo
?:
RealtimeDataProfileInfo
;
query
?:
RealtimeDataQuery
;
rows
?:
string
[]
[]
;
selfLink
?:
string
;
totalResults
?:
number
;
totalsForAllResults
?:
Record
<
string
,
string
>
;
}
Index
Properties
column
Headers?
id?
kind?
profile
Info?
query?
rows?
self
Link?
total
Results?
totals
For
All
Results?
Properties
Optional
column
Headers
columnHeaders
?:
RealtimeDataColumnHeaders
[]
Optional
id
id
?:
string
Optional
kind
kind
?:
string
Optional
profile
Info
profileInfo
?:
RealtimeDataProfileInfo
Optional
query
query
?:
RealtimeDataQuery
Optional
rows
rows
?:
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
id
kind
profile
Info
query
rows
self
Link
total
Results
totals
For
All
Results
Google Apps Script API
Loading...