Type Alias AssignmentsActionsAddResponse

{
* data: [
* {
* status: 201,
* subject: "qlik\kalle",
* type: "professional"
* },
* {
* code: "LICENSES-011",
* status: 403,
* subject: "qlik\nalle",
* title: "No available allotment error, No available allotment.",
* type: "analyzer"
* }
* ]
* }
type AssignmentsActionsAddResponse = {
    data: {
        code?: string;
        status: number;
        subject: string;
        title?: string;
        type?: string;
    }[];
}
Index

Properties

Properties

data: {
    code?: string;
    status: number;
    subject: string;
    title?: string;
    type?: string;
}[]

Type declaration

  • Optionalcode?: string

    Error code

  • status: number

    Response status

  • subject: string

    Subject

  • Optionaltitle?: string

    Error title

  • Optionaltype?: string

    Allotment type