Struct GetReportRequest
Represents a request to retrieve the status and details of an asynchronous report.
[Builder(new string[] { })]
public readonly struct GetReportRequest : IVonageRequest
- Implements
- Inherited Members
Properties
ReportId
Sets the unique identifier (UUID) of the report to retrieve.
[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.