Interface IBuilderForFileId
- Namespace
- Vonage.Reports.DownloadReport
- Assembly
- Vonage.dll
public interface IBuilderForFileId
Methods
WithFileId(Guid)
Sets the unique identifier (UUID) of the file to download.
IBuilderForOptional WithFileId(Guid value)
Parameters
valueGuid
Returns
Examples
.WithFileId(Guid.Parse("aaaaaaaa-bbbb-cccc-dddd-0123456789ab"))