SharedImageGallerySharingCommunityGallery

data class SharedImageGallerySharingCommunityGallery(val eula: String, val name: String? = null, val prefix: String, val publisherEmail: String, val publisherUri: String)

Constructors

constructor(eula: String, name: String? = null, prefix: String, publisherEmail: String, publisherUri: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The End User Licence Agreement for the Shared Image Gallery. Changing this forces a new resource to be created.

Link copied to clipboard
val name: String? = null

Specifies the name of the Shared Image Gallery. Changing this forces a new resource to be created.

Link copied to clipboard

Prefix of the community public name for the Shared Image Gallery. Changing this forces a new resource to be created.

Link copied to clipboard

Email of the publisher for the Shared Image Gallery. Changing this forces a new resource to be created.

Link copied to clipboard

URI of the publisher for the Shared Image Gallery. Changing this forces a new resource to be created.