attachments

@JvmName(name = "listAttachmentsResponseAttachment")
fun Flow<ListAttachmentsResponse>.attachments(): Flow<Attachment>

This paginator transforms the flow returned by listAttachmentsPaginated to access the nested member Attachment

Return

A kotlinx.coroutines.flow.Flow that can collect Attachment