ArtifactContentPropertiesDefinition Class

The artifact content properties definition.

Inheritance
azure.mgmt.logic.models._models_py3.ArtifactProperties
ArtifactContentPropertiesDefinition

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
any

Anything.

content
any

Anything.

content_type
str

The content type.

content_link

The content link.

Variables

Name Description
created_time

The artifact creation time.

changed_time

The artifact changed time.

metadata
any

Anything.

content
any

Anything.

content_type
str

The content type.

content_link

The content link.