Updated on 2022-02-21 GMT+08:00

Object Model

This section describes the environment variable object model.

  • Operation Type indicates the operation that can be performed on a field.

    C: create; U: update; R: read

  • Mandatory indicates whether a field with the Operation Type of C is mandatory.
Table 1 Environment variable object model

Parameter

Type

Description

Operation Type

Mandatory

id

String

Environment variable ID

R

-

env_id

String

Environment ID

CR

Yes

group_id

String

API group ID

CR

Yes

variable_name

String

Variable name

CR

Yes

variable_value

String

Variable value

CR

Yes