| Name | Type | Description | Notes |
|---|---|---|---|
| format | String | Format is the format of the image at the specified URL | [default to ''] |
| url | String | Url is the url that contains the volume in the format specified | [default to ''] |
require 'kubevirt'
instance = Kubevirt::V1VirtualMachineExportVolumeFormat.new(
format: null,
url: null
)