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 operation

  • description – (description) Description of the operation

  • object_type – (object_type) Type of object associated with this operation

  • client_name – (client_name) Client that created the operation

  • created_time – (created_time) The creation time of the operation

  • last_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

to_dict()[source]#

Returns the model properties as a dictionary

to_str()[source]#

Returns the string representation of the model