Table of Contents

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

value Guid

Returns

IBuilderForOptional

Examples

.WithReportId(Guid.Parse("aaaaaaaa-bbbb-cccc-dddd-0123456789ab"))