Skip to main content

ReportStoreResultDto

Namespace: Meshmakers.Octo.Communication.Contracts.DataTransferObjects

Represents the result of a report generation request.

public class ReportStoreResultDto

Inheritance ObjectReportStoreResultDto

Properties

ReportUri

Returns the uri of the generated report

public string ReportUri { get; set; }

Property Value

String

Constructors

ReportStoreResultDto()

public ReportStoreResultDto()