RBWCM-SDK Documentation - v1.1.0
    Preparing search index...

    Interface CreateRankedSystemDto

    Data Transfer Object for creating a new Ranked System.

    interface CreateRankedSystemDto {
        displayname: string;
        main?: boolean;
    }
    Index

    Properties

    Properties

    displayname: string

    The public display name.

    main?: boolean

    Optional: Set to true to make this the primary system.