Interface IBuilderForId
- Namespace
- Vonage.VerifyV2.UpdateTemplate
- Assembly
- Vonage.dll
Builder interface for setting the template ID on an update request. This is the first mandatory step.
public interface IBuilderForId
Methods
WithId(Guid)
Sets the unique identifier (UUID) of the template to update.
IBuilderForOptional WithId(Guid value)
Parameters
valueGuidThe template UUID.
Returns
- IBuilderForOptional
The builder for setting optional properties or creating the request.
Examples
.WithId(Guid.Parse("8f35a1a7-eb2f-4552-8fdf-fffdaee41bc9"))