application_template property

application_template property

Returns or sets the template of a application. Read/write str.

Definition:

@property
def application_template(self):
    ...

@application_template.setter
def application_template(self, value):
    ...

See Also