Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 4.61 KB

File metadata and controls

12 lines (9 loc) · 4.61 KB

MarketingCreateContentBlocksRequestDto

Fields

Field Type Required Description Example
name JsonNullable<String> N/A
tags List<String> N/A
content JsonNullable<String> N/A
type JsonNullable<MarketingCreateContentBlocksRequestDtoType> Stackone enum identifying the type of content block.
passthrough Map<String, Object> Value to pass through to the provider {
"other_known_names": "John Doe"
}