ArtifactContentPropertiesDefinition Class
The artifact content properties definition.
- Inheritance
-
azure.mgmt.logic.models._models_py3.ArtifactPropertiesArtifactContentPropertiesDefinition
Constructor
ArtifactContentPropertiesDefinition(*, created_time: datetime | None = None, changed_time: datetime | None = None, metadata: Any | None = None, content: Any | None = None, content_type: str | None = None, content_link: ContentLink | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
created_time
|
The artifact creation time. |
changed_time
|
The artifact changed time. |
metadata
|
Anything. |
content
|
Anything. |
content_type
|
The content type. |
content_link
|
The content link. |
Variables
Name | Description |
---|---|
created_time
|
The artifact creation time. |
changed_time
|
The artifact changed time. |
metadata
|
Anything. |
content
|
Anything. |
content_type
|
The content type. |
content_link
|
The content link. |
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