Sha256: a4717cba7a7c6c08e238f47c1cccce14cd012db41c7f6fea10afbe03a1525f81
Contents?: true
Size: 954 Bytes
Versions: 1
Compression:
Stored size: 954 Bytes
Contents
# EndOfLifeDateApiClient::Cycle ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **cycle** | [**CycleCycle**](CycleCycle.md) | | [optional] | | **release_date** | **Date** | Release Date for the first release in this cycle | [optional] | | **eol** | [**CycleEol**](CycleEol.md) | | [optional] | | **latest** | **String** | Latest release in this cycle | [optional] | | **link** | **String** | Link to changelog for the latest release, if available | [optional] | | **lts** | [**CycleLts**](CycleLts.md) | | [optional] | | **support** | [**CycleSupport**](CycleSupport.md) | | [optional] | | **discontinued** | [**CycleDiscontinued**](CycleDiscontinued.md) | | [optional] | ## Example ```ruby require 'endoflife_date' instance = EndOfLifeDateApiClient::Cycle.new( cycle: null, release_date: null, eol: null, latest: null, link: null, lts: null, support: null, discontinued: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
endoflife_date-1.0.0 | docs/Cycle.md |