EmailSMSTemplatesApi class

Constructors

EmailSMSTemplatesApi.new([ApiClient? apiClient])

Properties

apiClient ApiClient
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getTemplate(String templateType, String slug) Future<Template?>
Retrieve a template
getTemplateList(String templateType, {bool? paginated, int? limit, int? offset}) Future<List<Template>?>
List all templates
getTemplateListWithHttpInfo(String templateType, {bool? paginated, int? limit, int? offset}) Future<Response>
List all templates
getTemplateWithHttpInfo(String templateType, String slug) Future<Response>
Retrieve a template
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
previewTemplate(String templateType, String slug, {PreviewTemplateRequest? previewTemplateRequest}) Future<Object?>
Preview changes to a template
previewTemplateWithHttpInfo(String templateType, String slug, {PreviewTemplateRequest? previewTemplateRequest}) Future<Response>
Preview changes to a template
revertTemplate(String templateType, String slug) Future<Template?>
Revert a template
revertTemplateWithHttpInfo(String templateType, String slug) Future<Response>
Revert a template
toggleTemplateDelivery(String templateType, String slug, {ToggleTemplateDeliveryRequest? toggleTemplateDeliveryRequest}) Future<Template?>
Toggle the delivery by Clerk for a template of a given type and slug
toggleTemplateDeliveryWithHttpInfo(String templateType, String slug, {ToggleTemplateDeliveryRequest? toggleTemplateDeliveryRequest}) Future<Response>
Toggle the delivery by Clerk for a template of a given type and slug
toString() String
A string representation of this object.
inherited
upsertTemplate(String templateType, String slug, {UpsertTemplateRequest? upsertTemplateRequest}) Future<Template?>
Update a template for a given type and slug
upsertTemplateWithHttpInfo(String templateType, String slug, {UpsertTemplateRequest? upsertTemplateRequest}) Future<Response>
Update a template for a given type and slug

Operators

operator ==(Object other) bool
The equality operator.
inherited