Get Peering Attachment Plain Args
data class GetPeeringAttachmentPlainArgs(val filters: List<GetPeeringAttachmentFilter>? = null, val id: String? = null, val tags: Map<String, String>? = null) : ConvertibleToJava<GetPeeringAttachmentPlainArgs>
A collection of arguments for invoking getPeeringAttachment.
Constructors
Link copied to clipboard
fun GetPeeringAttachmentPlainArgs(filters: List<GetPeeringAttachmentFilter>? = null, id: String? = null, tags: Map<String, String>? = null)