Artifact Class
An artifact.
Variables are only populated by the server, and will be ignored when sending a request.
Constructor
Artifact(*, location: str | None = None, tags: Dict[str, str] | None = None, **kwargs)
Parameters
| Name | Description |
|---|---|
|
location
Required
|
The location of the resource. |
|
tags
Required
|
A set of tags. The tags of the resource. |
Keyword-Only Parameters
| Name | Description |
|---|---|
|
location
|
Default value: None
|
|
tags
|
Default value: None
|
Variables
| Name | Description |
|---|---|
|
id
|
The identifier of the resource. |
|
name
|
The name of the resource. |
|
type
|
The type of the resource. |
|
title
|
The artifact's title. |
|
description
|
The artifact's description. |
|
publisher
|
The artifact's publisher. |
|
file_path
|
The file path to the artifact. |
|
icon
|
The URI to the artifact icon. |
|
target_os_type
|
The artifact's target OS. |
|
parameters
|
The artifact's parameters. |
|
created_date
|
The artifact's creation date. |