| Name | Type | Description | Notes |
|---|---|---|---|
| creation_time | Time | Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers. | [optional] |
| name | String | [optional] | |
| volumes | Array<V1alpha1BackupVolumeInfo> | Volumes lists volumes and their disk targets at backup time | [optional] |
require 'kubevirt'
instance = Kubevirt::V1alpha1BackupCheckpoint.new(
creation_time: null,
name: null,
volumes: null
)