Struct DownloadReportRequest
- Namespace
- Vonage.Reports.DownloadReport
- Assembly
- Vonage.dll
Represents a request to download the zipped archive of a completed report. The file is available for 72 hours after the report reaches Success. Obtain the file ID from DownloadReport.
[Builder(new string[] { })]
public readonly struct DownloadReportRequest : IVonageRequest
- Implements
- Inherited Members
Properties
FileId
Sets the unique identifier (UUID) of the file to download.
[Mandatory(0)]
public Guid FileId { get; }
Property Value
Examples
.WithFileId(Guid.Parse("aaaaaaaa-bbbb-cccc-dddd-0123456789ab"))
Methods
Build()
public static IBuilderForFileId Build()
Returns
BuildRequestMessage()
Converts the request to a HttpRequest.
public HttpRequestMessage BuildRequestMessage()
Returns
- HttpRequestMessage
The Http request.