Interface IBuilderForReportId
- Namespace
- Vonage.Reports.CancelReport
- Assembly
- Vonage.dll
public interface IBuilderForReportId
Methods
WithReportId(Guid)
Sets the unique identifier (UUID) of the report to cancel.
IBuilderForOptional WithReportId(Guid value)
Parameters
valueGuid
Returns
Examples
.WithReportId(Guid.Parse("aaaaaaaa-bbbb-cccc-dddd-0123456789ab"))