sdkSupportStatus property
The support status for this SDK version. Possible string values are:
- "UNKNOWN" : Dataflow is unaware of this version.
 - "SUPPORTED" : This is a known version of an SDK, and is supported.
 - "STALE" : A newer version of the SDK exists, and an update is recommended.
 - "DEPRECATED" : This version of the SDK is deprecated and will eventually be unsupported.
 - "UNSUPPORTED" : Support for this SDK version has ended and it should no longer be used.
 
Implementation
core.String? sdkSupportStatus;