Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 310 Bytes

CreateBlock202Response.md

File metadata and controls

18 lines (12 loc) · 310 Bytes

VultrRuby::CreateBlock202Response

Properties

Name Type Description Notes
block Blockstorage [optional]

Example

require 'vultr_ruby'

instance = VultrRuby::CreateBlock202Response.new(
  block: null
)