VersionGateAgreement represents a version gate that the user agreed to for a specific cluster.
Name | Type | Description | Notes |
---|---|---|---|
kind | str | Indicates the type of this object. Will be 'VersionGateAgreement' if this is a complete object or 'VersionGateAgreementLink' if it is just a link. | [optional] |
id | str | Unique identifier of the object. | [optional] |
href | str | Self link. | [optional] |
agreed_timestamp | datetime | The time the user agreed to the version gate | [optional] |
version_gate | VersionGate | [optional] |