Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 419 Bytes

UpdateVpc2Request.md

File metadata and controls

18 lines (12 loc) · 419 Bytes

VultrRuby::UpdateVpc2Request

Properties

Name Type Description Notes
description String The VPC description. </br> Must be no longer than 255 characters and may include only letters, numbers, spaces, underscores and hyphens.

Example

require 'vultr_ruby'

instance = VultrRuby::UpdateVpc2Request.new(
  description: null
)