Community Gallery Info Response
data class CommunityGalleryInfoResponse(val communityGalleryEnabled: Boolean, val eula: String? = null, val publicNamePrefix: String? = null, val publicNames: List<String>, val publisherContact: String? = null, val publisherUri: String? = null)
Information of community gallery if current gallery is shared to community
Constructors
Properties
Link copied to clipboard
Contains info about whether community gallery sharing is enabled.
Link copied to clipboard
The prefix of the gallery name that will be displayed publicly. Visible to all users.
Link copied to clipboard
Community gallery public name list.
Link copied to clipboard
Community gallery publisher support email. The email address of the publisher. Visible to all users.
Link copied to clipboard
The link to the publisher website. Visible to all users.