Request body object for cloning blog tags.

Constructors

Properties

id: string

ID of the object to be cloned.

language?: string

Target language of new variant.

name: string

Name of newly cloned blog tag.

primaryLanguage?: string

Language of primary blog tag to clone.

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

Methods

  • Returns {
        baseName: string;
        format: string;
        name: string;
        type: string;
    }[]