OutgoingShareGroup

API: Internal/Stable

data class OutgoingShareGroup(
    val sourceFilePath: String,
    val storageProduct: ProductReference,
    val sharePreview: List<OutgoingShareGroup.Preview>,
)
Properties
sourceFilePath: String
storageProduct: ProductReference
sharePreview: List<OutgoingShareGroup.Preview>