For the complete documentation index, see llms.txt. This page is also available as Markdown.

Parameter Group

The Parameter Group object contains the following properties:

Field
Type
Description

id

string, core

(Read-only) The identifier for the parameter group.

name

string, core

The name of the group.

label

string

The label displayed in the wizard steps selector.

description

string

A description of the group.

displayOrder

integer

Defines the display order.

default

boolean

Marks the default item group.

parameterCount

integer

(Read-only) Number of parameters in the group.

product

object

Represents the product object.

Example

PARAMETER GROUP OBJECT
{
    "id": "PGR-6790-8304-0001",   
    "title": "Parameters",
    "label": "Create agreement",
    "description": "When creating a new agreement with SoftwareOne, you have the option to establish a new Microsoft account or connect it to an existing account you already hold with Microsoft.",
    "displayOrder": 100,
    "default": true,
    "product": {
        "id": "PRD-6790-8304-0171"
    }
}

Last updated

Was this helpful?