CommunityGalleryProperties Class

Describes the properties of a community gallery.

Constructor

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

Variables

Name Description
disclaimer
str

The disclaimer for a community gallery resource.

artifact_tags

The artifact tags of a community gallery resource.

community_metadata

The metadata of community gallery.

Attributes

artifact_tags

The artifact tags of a community gallery resource.

artifact_tags: dict[str, str] | None

community_metadata

The metadata of community gallery.

community_metadata: _models.CommunityGalleryMetadata | None

disclaimer

The disclaimer for a community gallery resource.

disclaimer: str | None