Target Class

The target of the event.

Constructor

Target(*, media_type: str | None = None, size: int | None = None, digest: str | None = None, length: int | None = None, repository: str | None = None, url: str | None = None, tag: str | None = None, name: str | None = None, version: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
media_type
str

The MIME type of the referenced object.

Default value: None
size
int

The number of bytes of the content. Same as Length field.

Default value: None
digest
str

The digest of the content, as defined by the Registry V2 HTTP API Specification.

Default value: None
length
int

The number of bytes of the content. Same as Size field.

Default value: None
repository
str

The repository name.

Default value: None
url
str

The direct URL to the content.

Default value: None
tag
str

The tag name.

Default value: None
name
str

The name of the artifact.

Default value: None
version
str

The version of the artifact.

Default value: None

Variables

Name Description
media_type
str

The MIME type of the referenced object.

size
int

The number of bytes of the content. Same as Length field.

digest
str

The digest of the content, as defined by the Registry V2 HTTP API Specification.

length
int

The number of bytes of the content. Same as Size field.

repository
str

The repository name.

url
str

The direct URL to the content.

tag
str

The tag name.

name
str

The name of the artifact.

version
str

The version of the artifact.