TemplateHashResult Class
Result of the request to calculate template hash. It contains a string of minified template and its hash.
- Inheritance
-
TemplateHashResult
Constructor
TemplateHashResult(*, minified_template: Optional[str] = None, template_hash: Optional[str] = None, **kwargs)
Variables
- minified_template
- str
The minified template string.
- template_hash
- str
The template hash.
Feedback
Submit and view feedback for