@adcp/sdk API Reference - v10.0.1
Documentation
GitHub
npm
Preparing search index...
UpdateBrandJsonFromMappingsResult
Interface UpdateBrandJsonFromMappingsResult
interface
UpdateBrandJsonFromMappingsResult
{
brandJson
:
TBrandJson
;
appliedMappings
:
AppliedBrandAssetMapping
[]
;
skippedMappings
:
SkippedBrandAssetMapping
[]
;
warnings
:
BrandAssetMappingIssue
[]
;
errors
:
BrandAssetMappingIssue
[]
;
saved
:
boolean
;
saveResponse
?:
{
success
:
true
;
message
:
string
;
domain
:
string
;
id
:
string
;
revision_number
?:
number
;
}
;
}
Hierarchy (
View Summary
)
ApplyBrandAssetMappingsResult
UpdateBrandJsonFromMappingsResult
Index
Properties
brand
Json
applied
Mappings
skipped
Mappings
warnings
errors
saved
save
Response?
Properties
brand
Json
brandJson
:
TBrandJson
applied
Mappings
appliedMappings
:
AppliedBrandAssetMapping
[]
skipped
Mappings
skippedMappings
:
SkippedBrandAssetMapping
[]
warnings
warnings
:
BrandAssetMappingIssue
[]
errors
errors
:
BrandAssetMappingIssue
[]
saved
saved
:
boolean
Optional
save
Response
saveResponse
?:
{
success
:
true
;
message
:
string
;
domain
:
string
;
id
:
string
;
revision_number
?:
number
;
}
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
brand
Json
applied
Mappings
skipped
Mappings
warnings
errors
saved
save
Response
Documentation
GitHub
npm
@adcp/sdk API Reference - v10.0.1
Loading...