Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 330 Bytes

UpdateObjectStorageRequest.md

File metadata and controls

18 lines (12 loc) · 330 Bytes

VultrRuby::UpdateObjectStorageRequest

Properties

Name Type Description Notes
label String The user-supplied label for the Object Storage.

Example

require 'vultr_ruby'

instance = VultrRuby::UpdateObjectStorageRequest.new(
  label: null
)