kind property
Distinguishes between sentinel MIN/MAX versions and normal versions.
Required. Possible string values are:
- "VERSION_KIND_UNSPECIFIED" : Unknown.
- "NORMAL" : A standard package version.
- "MINIMUM" : A special version representing negative infinity.
- "MAXIMUM" : A special version representing positive infinity.
Implementation
core.String? kind;