Model definition for a version user. Contains addition information about the user who created a version.

Constructors

Properties

email: string

The email address of the user.

fullName: string

The first and last name of the User.

id: string

The unique ID of the User.

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

Methods

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