Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 391 Bytes

UpdateSshKeyRequest.md

File metadata and controls

20 lines (14 loc) · 391 Bytes

VultrRuby::UpdateSshKeyRequest

Properties

Name Type Description Notes
name String The user-supplied name for this SSH Key. [optional]
ssh_key String The SSH Key. [optional]

Example

require 'vultr_ruby'

instance = VultrRuby::UpdateSshKeyRequest.new(
  name: null,
  ssh_key: null
)