Struct CancelReportRequest
- Namespace
- Vonage.Reports.CancelReport
- Assembly
- Vonage.dll
Represents a request to cancel the execution of a pending or processing asynchronous report.
[Builder(new string[] { })]
public readonly struct CancelReportRequest : IVonageRequest
- Implements
- Inherited Members
Properties
ReportId
Sets the unique identifier (UUID) of the report to cancel.
[Mandatory(0)]
public Guid ReportId { get; }
Property Value
Examples
.WithReportId(Guid.Parse("aaaaaaaa-bbbb-cccc-dddd-0123456789ab"))
Methods
Build()
public static IBuilderForReportId Build()
Returns
BuildRequestMessage()
Converts the request to a HttpRequest.
public HttpRequestMessage BuildRequestMessage()
Returns
- HttpRequestMessage
The Http request.