| Name | Type | Description | Notes |
|---|---|---|---|
| endpoints | Array<V1VirtualMachineExportBackupEndpoint> | [optional] | |
| name | String | Name is the name of the exported volume | [default to ''] |
require 'kubevirt'
instance = Kubevirt::V1VirtualMachineExportBackup.new(
endpoints: null,
name: null
)