Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 335 Bytes

File metadata and controls

19 lines (12 loc) · 335 Bytes

PathParamTemplateType

The type of templates to retrieve (email or SMS)

Example Usage

import com.clerk.backend_api.models.operations.PathParamTemplateType;

PathParamTemplateType value = PathParamTemplateType.EMAIL;

Values

Name Value
EMAIL email
SMS sms