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. |
require 'vultr_ruby'
instance = VultrRuby::UpdateVpc2Request.new(
description: null
)