ReportStoreResultDto
Namespace: Meshmakers.Octo.Communication.Contracts.DataTransferObjects
Represents the result of a report generation request.
public class ReportStoreResultDto
Inheritance Object → ReportStoreResultDto
Properties
ReportUri
Returns the uri of the generated report
public string ReportUri { get; set; }
Property Value
Constructors
ReportStoreResultDto()
public ReportStoreResultDto()