Request body object for cloning marketing emails.

Constructors

Properties

cloneName?: string

Name of the cloned email.

id: string

ID of the email to be cloned.

attributeTypeMap: {
    baseName: string;
    format: string;
    name: string;
    type: string;
}[] = ...
discriminator: undefined | string = undefined
mapping: undefined | {
    [index: string]: string;
} = undefined

Methods