CommunityGalleryInfo Class
Information of community gallery if current gallery is shared to community.
Constructor
CommunityGalleryInfo()
Variables
| Name | Description |
|---|---|
|
publisherUri
|
The link to the publisher website. Visible to all users. |
|
publisherContact
|
Community gallery publisher support email. The email address of the publisher. Visible to all users. |
|
eula
|
End-user license agreement for community gallery image. |
|
publicNamePrefix
|
The prefix of the gallery name that will be displayed publicly. Visible to all users. |
|
communityGalleryEnabled
|
Contains info about whether community gallery sharing is enabled. |
|
publicNames
|
Community gallery public name list. |
Attributes
communityGalleryEnabled
Contains info about whether community gallery sharing is enabled.
communityGalleryEnabled: bool
eula
End-user license agreement for community gallery image.
eula: str
publicNamePrefix
The prefix of the gallery name that will be displayed publicly. Visible to all users.
publicNamePrefix: str
publicNames
Community gallery public name list.
publicNames: list[str]
publisherContact
Community gallery publisher support email. The email address of the publisher. Visible to all users.
publisherContact: str
publisherUri
The link to the publisher website. Visible to all users.
publisherUri: str