Table of Contents

Struct GetReportRequest

Namespace
Vonage.Reports.GetReport
Assembly
Vonage.dll

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

Guid

Examples

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

Methods

Build()

public static IBuilderForReportId Build()

Returns

IBuilderForReportId

BuildRequestMessage()

Converts the request to a HttpRequest.

public HttpRequestMessage BuildRequestMessage()

Returns

HttpRequestMessage

The Http request.