idempotentHint property

bool? idempotentHint
getter/setter pair

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

NOTE: This property is meaningful only when read_only_hint == false Default: false

Output only.

Implementation

core.bool? idempotentHint;