ArtifactProperties Class
The artifact properties definition.
- Inheritance
-
msrest.serialization.ModelArtifactProperties
Constructor
ArtifactProperties(*, created_time: datetime | None = None, changed_time: datetime | None = None, metadata: Any | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
created_time
|
The artifact creation time. |
changed_time
|
The artifact changed time. |
metadata
|
Anything. |
Variables
Name | Description |
---|---|
created_time
|
The artifact creation time. |
changed_time
|
The artifact changed time. |
metadata
|
Anything. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python