Sharing Profile Response
data class SharingProfileResponse(val communityGalleryInfo: CommunityGalleryInfoResponse? = null, val groups: List<SharingProfileGroupResponse>, val permissions: String? = null)
Profile for gallery sharing to subscription or tenant
Constructors
Link copied to clipboard
fun SharingProfileResponse(communityGalleryInfo: CommunityGalleryInfoResponse? = null, groups: List<SharingProfileGroupResponse>, permissions: String? = null)