| Name | Type | Description | Notes |
|---|---|---|---|
| state | String | State of the ISO * ismounting | [optional] |
| iso_id | String | The ISO id being attached. | [optional] |
require 'vultr_ruby'
instance = VultrRuby::AttachInstanceIso202ResponseIsoStatus.new(
state: null,
iso_id: null
)