Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 830 Bytes

EtcdserverpbLeaseTimeToLiveResponse.md

File metadata and controls

14 lines (10 loc) · 830 Bytes

EtcdserverpbLeaseTimeToLiveResponse

Properties

Name Type Description Notes
id str ID is the lease ID from the keep alive request. [optional]
ttl str TTL is the remaining TTL in seconds for the lease; the lease will expire in under TTL+1 seconds. [optional]
granted_ttl str GrantedTTL is the initial granted time in seconds upon lease creation/renewal. [optional]
header EtcdserverpbResponseHeader [optional]
keys list[str] Keys is the list of keys attached to this lease. [optional]

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