CommunityGalleryMetadata Class

The metadata of community gallery.

Constructor

CommunityGalleryMetadata(*args: Any, **kwargs: Any)

Variables

Name Description
publisher_uri
str

The publisher URI of this community gallery.

publisher_contact
str

The publisher email id of this community gallery. Required.

eula
str

The end-user license agreement for this community gallery.

public_names

A list of public names the gallery has. Required.

privacy_statement_uri
str

The link for the privacy statement of this community gallery from the gallery publisher.

Attributes

eula

The end-user license agreement for this community gallery.

eula: str | None

privacy_statement_uri

The link for the privacy statement of this community gallery from the gallery publisher.

privacy_statement_uri: str | None

public_names

A list of public names the gallery has. Required.

public_names: list[str]

publisher_contact

The publisher email id of this community gallery. Required.

publisher_contact: str

publisher_uri

The publisher URI of this community gallery.

publisher_uri: str | None