Request object for updating languages within a multi-language group.

Hierarchy

  • UpdateLanguagesRequestVNext

Constructors

Properties

languages: {
    [key: string]: string;
}

Map of object IDs to associated languages of object in the multi-language group.

Type declaration

  • [key: string]: string
primaryId: string

ID of the primary object in the multi-language group.

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

Type declaration

  • baseName: string
  • format: string
  • name: string
  • type: string
discriminator: undefined | string = undefined

Methods

Generated using TypeDoc