Target Class
The target of the event.
- Inheritance
-
Target
Constructor
Target(*, media_type: Optional[str] = None, size: Optional[int] = None, digest: Optional[str] = None, length: Optional[int] = None, repository: Optional[str] = None, url: Optional[str] = None, tag: Optional[str] = None, name: Optional[str] = None, version: Optional[str] = None, **kwargs)
Variables
- media_type
- str
The MIME type of the referenced object.
- size
- <xref:long>
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
- <xref:long>
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.
Feedback
Submit and view feedback for