CommunityGalleryInfo Class
Information of community gallery if current gallery is shared to community.
Constructor
CommunityGalleryInfo(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
publisher_uri
|
The link to the publisher website. Visible to all users. |
|
publisher_contact
|
Community gallery publisher support email. The email address of the publisher. Visible to all users. |
|
eula
|
End-user license agreement for community gallery image. |
|
public_name_prefix
|
The prefix of the gallery name that will be displayed publicly. Visible to all users. |
|
community_gallery_enabled
|
Contains info about whether community gallery sharing is enabled. |
|
public_names
|
Community gallery public name list. |
Attributes
community_gallery_enabled
Contains info about whether community gallery sharing is enabled.
community_gallery_enabled: bool | None
eula
End-user license agreement for community gallery image.
eula: str | None
public_name_prefix
The prefix of the gallery name that will be displayed publicly. Visible to all users.
public_name_prefix: str | None
public_names
Community gallery public name list.
public_names: list[str] | None
publisher_contact
Community gallery publisher support email. The email address of the publisher. Visible to all users.
publisher_contact: str | None
publisher_uri
The link to the publisher website. Visible to all users.
publisher_uri: str | None