Volume Attachment List Args
data class VolumeAttachmentListArgs(val apiVersion: Output<String>? = null, val items: Output<List<VolumeAttachmentArgs>>? = null, val kind: Output<String>? = null, val metadata: Output<ListMetaArgs>? = null) : ConvertibleToJava<VolumeAttachmentListArgs>
VolumeAttachmentList is a collection of VolumeAttachment objects.
Constructors
Link copied to clipboard
fun VolumeAttachmentListArgs(apiVersion: Output<String>? = null, items: Output<List<VolumeAttachmentArgs>>? = null, kind: Output<String>? = null, metadata: Output<ListMetaArgs>? = null)