Connect Attachment Proposed Segment Change Args
data class ConnectAttachmentProposedSegmentChangeArgs(val attachmentPolicyRuleNumber: Output<Int>? = null, val segmentName: Output<String>? = null, val tags: Output<List<ConnectAttachmentTagArgs>>? = null) : ConvertibleToJava<ConnectAttachmentProposedSegmentChangeArgs>
The attachment to move from one segment to another.
Constructors
Link copied to clipboard
constructor(attachmentPolicyRuleNumber: Output<Int>? = null, segmentName: Output<String>? = null, tags: Output<List<ConnectAttachmentTagArgs>>? = null)