Google Apps Script API
Preparing search index...
google-apps-script-events
GoogleAppsScript
Dfareporting
Collection
PostalCodesCollection
Interface PostalCodesCollection
interface
PostalCodesCollection
{
get
(
profileId
:
string
,
code
:
string
)
:
PostalCode
;
list
(
profileId
:
string
)
:
PostalCodesListResponse
;
}
Index
Methods
get
list
Methods
get
get
(
profileId
:
string
,
code
:
string
)
:
PostalCode
Parameters
profileId
:
string
code
:
string
Returns
PostalCode
list
list
(
profileId
:
string
)
:
PostalCodesListResponse
Parameters
profileId
:
string
Returns
PostalCodesListResponse
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
get
list
Google Apps Script API
Loading...