| Name | Type | Description | Notes |
|---|---|---|---|
| kind | String | The kind of the source reference, currently only "DataSource" is supported | [default to ''] |
| name | String | The name of the source reference | [default to ''] |
| namespace | String | The namespace of the source reference, defaults to the DataVolume namespace | [optional] |
require 'kubevirt'
instance = Kubevirt::V1beta1DataVolumeSourceRef.new(
kind: null,
name: null,
namespace: null
)