Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 538 Bytes

UpdateRegistryRequest.md

File metadata and controls

20 lines (14 loc) · 538 Bytes

VultrRuby::UpdateRegistryRequest

Properties

Name Type Description Notes
public Public [optional]
plan String The key of the plan you'd like to upgrade to which dictates how much storage you're allocated and the monthly cost. Can get list of plans from /plan/list endpoint i.e. business [optional]

Example

require 'vultr_ruby'

instance = VultrRuby::UpdateRegistryRequest.new(
  public: null,
  plan: null
)