Name | Type | Description | Notes |
---|---|---|---|
data | String | The user-supplied, base64 encoded user data attached to this instance. | [optional] |
require 'vultr_ruby'
instance = VultrRuby::GetInstanceUserdata200ResponseUserData.new(
data: null
)
Name | Type | Description | Notes |
---|---|---|---|
data | String | The user-supplied, base64 encoded user data attached to this instance. | [optional] |
require 'vultr_ruby'
instance = VultrRuby::GetInstanceUserdata200ResponseUserData.new(
data: null
)