| Name | Type | Description | Notes |
|---|---|---|---|
| include_optional_nodes | Boolean | IncludeOptionalNodes indicates whether to include optional nodes in the graph. True by default. | [optional] |
| label_selector | K8sIoApimachineryPkgApisMetaV1LabelSelector | [optional] |
require 'kubevirt'
instance = Kubevirt::V1ObjectGraphOptions.new(
include_optional_nodes: null,
label_selector: null
)