idempotentHint property

bool? idempotentHint
getter/setter pair

If true, calling the tool repeatedly with the same arguments will have no additional effect on the environment.

(This property is meaningful only when read_only_hint == false)

Implementation

core.bool? idempotentHint;