Sub2ApiAdminUpdateErrorPassthroughRuleRequest constructor
Sub2ApiAdminUpdateErrorPassthroughRuleRequest({})
Implementation
Sub2ApiAdminUpdateErrorPassthroughRuleRequest({
this.name,
this.enabled,
this.priority,
List<int>? errorCodes,
List<String>? keywords,
this.matchMode,
List<String>? platforms,
this.passthroughCode,
this.responseCode,
this.passthroughBody,
this.customMessage,
this.skipMonitoring,
this.description,
}) : errorCodes = errorCodes == null ? null : List.unmodifiable(errorCodes),
keywords = keywords == null ? null : List.unmodifiable(keywords),
platforms = platforms == null ? null : List.unmodifiable(platforms);