envGroupRevision property

String? envGroupRevision
getter/setter pair

The env group config revision_id when this rule was added or last updated.

This value is set when the rule is created and will only update if the the environment_id changes. It is used to determine if the runtime is up to date with respect to this rule. This field is omitted from the IngressConfig unless the GetDeployedIngressConfig API is called with view=FULL.

Implementation

core.String? envGroupRevision;