CommunityGalleryInfoResponse

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

Link copied to clipboard
constructor(communityGalleryEnabled: Boolean, eula: String? = null, publicNamePrefix: String? = null, publicNames: List<String>, publisherContact: String? = null, publisherUri: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Contains info about whether community gallery sharing is enabled.

Link copied to clipboard
val eula: String? = null

End-user license agreement for community gallery image.

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
val publisherUri: String? = null

The link to the publisher website. Visible to all users.