Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 423 Bytes

File metadata and controls

13 lines (8 loc) · 423 Bytes

ParameterAccessMode

READ_ONLY: Allows the variable to be read by the Agent, but the Agent cannot generate updates for it. READ_WRITE: Allows the variable to be read and updated by the Agent.

Value
"READ_ONLY"
"READ_WRITE"

[Back to Model list] [Back to API list] [Back to README]