Google Apps Script API
Preparing search index...
google-apps-script-events
GoogleAppsScript
Analytics
Schema
CustomDataSource
Interface CustomDataSource
interface
CustomDataSource
{
accountId
?:
string
;
childLink
?:
CustomDataSourceChildLink
;
created
?:
string
;
description
?:
string
;
id
?:
string
;
importBehavior
?:
string
;
kind
?:
string
;
name
?:
string
;
parentLink
?:
CustomDataSourceParentLink
;
profilesLinked
?:
string
[]
;
schema
?:
string
[]
;
selfLink
?:
string
;
type
?:
string
;
updated
?:
string
;
uploadType
?:
string
;
webPropertyId
?:
string
;
}
Index
Properties
account
Id?
child
Link?
created?
description?
id?
import
Behavior?
kind?
name?
parent
Link?
profiles
Linked?
schema?
self
Link?
type?
updated?
upload
Type?
web
Property
Id?
Properties
Optional
account
Id
accountId
?:
string
Optional
child
Link
childLink
?:
CustomDataSourceChildLink
Optional
created
created
?:
string
Optional
description
description
?:
string
Optional
id
id
?:
string
Optional
import
Behavior
importBehavior
?:
string
Optional
kind
kind
?:
string
Optional
name
name
?:
string
Optional
parent
Link
parentLink
?:
CustomDataSourceParentLink
Optional
profiles
Linked
profilesLinked
?:
string
[]
Optional
schema
schema
?:
string
[]
Optional
self
Link
selfLink
?:
string
Optional
type
type
?:
string
Optional
updated
updated
?:
string
Optional
upload
Type
uploadType
?:
string
Optional
web
Property
Id
webPropertyId
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
account
Id
child
Link
created
description
id
import
Behavior
kind
name
parent
Link
profiles
Linked
schema
self
Link
type
updated
upload
Type
web
Property
Id
Google Apps Script API
Loading...