Template#

class Template(template_name=None, template_description=None, template_version_spec=None, guest_update_status=None, create_time=None, update_time=None, created_by=None, updated_by=None, ext_id=None, links=None, tenant_id=None, *args, **kwargs)#

Bases: ExternalizableAbstractModel

Parameters:
property create_time#

Time when the template was created.

Type:

datetime

property created_by#
Type:

TemplateUser

property guest_update_status#
Type:

GuestUpdateStatus

property template_description#

The user-defined description of a template.

Type:

str

property template_name#

The user-defined name of a template.

Type:

str

property template_version_spec#
Type:

TemplateVersionSpec

to_dict()#

Returns the model properties as a dictionary

to_str()#

Returns the string representation of the model

property update_time#

Time when the template was last updated.

Type:

datetime

property updated_by#
Type:

TemplateUser