Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 371 Bytes

CreateSshKeyRequest.md

File metadata and controls

20 lines (14 loc) · 371 Bytes

VultrRuby::CreateSshKeyRequest

Properties

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

Example

require 'vultr_ruby'

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