# Zilla::IoK8sApiCoreV1DownwardAPIProjection ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **items** | [**Array<IoK8sApiCoreV1DownwardAPIVolumeFile>**](IoK8sApiCoreV1DownwardAPIVolumeFile.md) | Items is a list of DownwardAPIVolume file | [optional] | ## Example ```ruby require 'zilla' instance = Zilla::IoK8sApiCoreV1DownwardAPIProjection.new( items: null ) ```