AssetReportRefreshRequest constructor
AssetReportRefreshRequest({
- String? clientId,
- String? secret,
- required String assetReportToken,
- int? daysRequested,
- AssetReportRefreshRequestOptions? options,
Implementation
AssetReportRefreshRequest({
this.clientId,
this.secret,
required this.assetReportToken,
this.daysRequested,
this.options,
});