ArtifactContentPropertiesDefinition Class

The artifact content properties definition.

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

Constructor

ArtifactContentPropertiesDefinition(*, created_time: Optional[datetime.datetime] = None, changed_time: Optional[datetime.datetime] = None, metadata: Optional[Any] = None, content: Optional[Any] = None, content_type: Optional[str] = None, content_link: Optional[azure.mgmt.logic.models._models_py3.ContentLink] = None, **kwargs)

Variables

created_time
datetime

The artifact creation time.

changed_time
datetime

The artifact changed time.

metadata
any

Anything.

content
any

Anything.

content_type
str

The content type.

content_link
ContentLink

The content link.