GetPeeringAttachmentsPlainArgs

data class GetPeeringAttachmentsPlainArgs(val filters: List<GetPeeringAttachmentsFilter>? = null) : ConvertibleToJava<GetPeeringAttachmentsPlainArgs>

A collection of arguments for invoking getPeeringAttachments.

Constructors

Link copied to clipboard
constructor(filters: List<GetPeeringAttachmentsFilter>? = null)

Properties

Link copied to clipboard

One or more configuration blocks containing name-values filters. Detailed below.

Functions

Link copied to clipboard
open override fun toJava(): GetPeeringAttachmentsPlainArgs