SerializableEndpointPatchItemDto
@Serializable
DTO for interaction with the web portal.
Constructors
Link copied to clipboard
constructor(key: EndpointConfiguration.Key, shouldFail: SetOrDont<Boolean?> = SetOrDont.DoNotSet, delayMs: SetOrDont<Int?> = SetOrDont.DoNotSet, defaultHeaders: SetOrDont<Map<String, String>?> = SetOrDont.DoNotSet, defaultBody: SetOrDont<String?> = SetOrDont.DoNotSet, defaultStatus: SetOrDont<@Serializable(with = HttpStatusCodeSerializer::class) HttpStatusCode?> = SetOrDont.DoNotSet, errorBody: SetOrDont<String?> = SetOrDont.DoNotSet, errorHeaders: SetOrDont<Map<String, String>?> = SetOrDont.DoNotSet, errorStatus: SetOrDont<@Serializable(with = HttpStatusCodeSerializer::class) HttpStatusCode?> = SetOrDont.DoNotSet)