GetPartnerAttachmentPlainArgs

data class GetPartnerAttachmentPlainArgs(val bgp: GetPartnerAttachmentBgp? = null, val id: String? = null, val name: String? = null) : ConvertibleToJava<GetPartnerAttachmentPlainArgs>

A collection of arguments for invoking getPartnerAttachment.

Constructors

Link copied to clipboard
constructor(bgp: GetPartnerAttachmentBgp? = null, id: String? = null, name: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val id: String? = null
Link copied to clipboard
val name: String? = null

Functions

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