Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 392 Bytes

UpdateOutput.md

File metadata and controls

22 lines (16 loc) · 392 Bytes

Akeyless::UpdateOutput

Properties

Name Type Description Notes
changelog String [optional]
latest String [optional]
updated Boolean [optional]

Example

require 'akeyless'

instance = Akeyless::UpdateOutput.new(
  changelog: null,
  latest: null,
  updated: null
)