revisionStatus property
The result of the revision check. Possible string values are:
- "OK" : The revision being used is current.
- "DEPRECATED" : There is currently a newer version available, but the revision being used still works.
- "INVALID" : The revision being used is not supported in any released version.
Implementation
core.String? revisionStatus;