Google Apps Script API
Preparing search index...
google-apps-script-events
GoogleAppsScript
Events
DoPost
Interface DoPost
interface
DoPost
{
contentLength
:
number
;
contextPath
:
string
;
parameter
:
{
[
key
:
string
]:
string
}
;
parameters
:
{
[
key
:
string
]:
string
[]
}
;
pathInfo
:
string
;
postData
:
AppsScriptHttpRequestEventPostData
;
queryString
:
string
;
}
Hierarchy (
View Summary
)
AppsScriptHttpRequestEvent
DoPost
Index
Properties
content
Length
context
Path
parameter
parameters
path
Info
post
Data
query
String
Properties
content
Length
contentLength
:
number
context
Path
contextPath
:
string
parameter
parameter
:
{
[
key
:
string
]:
string
}
parameters
parameters
:
{
[
key
:
string
]:
string
[]
}
path
Info
pathInfo
:
string
post
Data
postData
:
AppsScriptHttpRequestEventPostData
query
String
queryString
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
content
Length
context
Path
parameter
parameters
path
Info
post
Data
query
String
Google Apps Script API
Loading...