Class VersionMetadata

Class Documentation

class VersionMetadata

Stores the version and deprecation information for a service.

Public Members

csp::common::String Version

The version identifier of the service’s API (e.g., “v1”).

csp::common::String DeprecationDatetime

The date and time at which the API version is considered deprecated, in ISO 8601 format.

If empty, the version is currently active, or the deprecation date is unknown.