Operation#
- class Operation(display_name=None, description=None, object_type=None, client_name=None, created_time=None, last_updated_time=None, ext_id=None, links=None, tenant_id=None, *args, **kwargs)[source]#
Bases:
ExternalizableAbstractModel
- Parameters:
display_name – (
display_name
) Name of the operationdescription – (
description
) Description of the operationobject_type – (
object_type
) Type of object associated with this operationclient_name – (
client_name
) Client that created the operationcreated_time – (
created_time
) The creation time of the operationlast_updated_time – (
last_updated_time
) The time when the operation was last updated
- property client_name#
Client that created the operation
- Type:
str
- property created_time#
The creation time of the operation
- Type:
datetime
- property description#
Description of the operation
- Type:
str
- property display_name#
Name of the operation
- Type:
str
- property last_updated_time#
The time when the operation was last updated
- Type:
datetime
- property object_type#
Type of object associated with this operation
- Type:
str