GetSystemUrisResponse constructor
GetSystemUrisResponse({
- required SystemLogUris systemLogUris,
- dynamic supportInfoUri,
- dynamic systemBackupUri,
Implementation
GetSystemUrisResponse(
{required this.systemLogUris, this.supportInfoUri, this.systemBackupUri});