@adcp/sdk API Reference - v14.0.0-beta.6
Documentation
GitHub
npm
Preparing search index...
LegacyManageListCreativesResponse
Interface LegacyManageListCreativesResponse
interface
LegacyManageListCreativesResponse
{
success
:
boolean
;
creatives
:
CreativeLibraryItem
[]
;
total_count
:
number
;
pagination
?:
{
offset
:
number
;
limit
:
number
;
has_more
:
boolean
;
next_cursor
?:
string
;
}
;
}
Index
Properties
success
creatives
total_
count
pagination?
Properties
success
success
:
boolean
creatives
creatives
:
CreativeLibraryItem
[]
total_
count
total_count
:
number
Optional
pagination
pagination
?:
{
offset
:
number
;
limit
:
number
;
has_more
:
boolean
;
next_cursor
?:
string
;
}
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
success
creatives
total_
count
pagination
Documentation
GitHub
npm
@adcp/sdk API Reference - v14.0.0-beta.6
Loading...