Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 870 Bytes

VersionGateAgreement.md

File metadata and controls

15 lines (11 loc) · 870 Bytes

VersionGateAgreement

VersionGateAgreement represents a version gate that the user agreed to for a specific cluster.

Properties

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]

[Back to Model list] [Back to API list] [Back to README]