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:
template_name (min=1 chars, max=256 chars) – (
template_name
) The user-defined name of a template.template_description (max=1000 chars) – (
template_description
) The user-defined description of a template.template_version_spec – (
template_version_spec
)guest_update_status – (
guest_update_status
)create_time – (
create_time
) Time when the template was created.update_time – (
update_time
) Time when the template was last updated.created_by – (
created_by
)updated_by – (
updated_by
)
- property create_time#
Time when the template was created.
- Type:
datetime
- property created_by#
- Type:
- property guest_update_status#
- Type:
- 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:
- 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: