Uptime Check Config Http Check
constructor(acceptedResponseStatusCodes: List<UptimeCheckConfigHttpCheckAcceptedResponseStatusCode>? = null, authInfo: UptimeCheckConfigHttpCheckAuthInfo? = null, body: String? = null, contentType: String? = null, customContentType: String? = null, headers: Map<String, String>? = null, maskHeaders: Boolean? = null, path: String? = null, pingConfig: UptimeCheckConfigHttpCheckPingConfig? = null, port: Int? = null, requestMethod: String? = null, serviceAgentAuthentication: UptimeCheckConfigHttpCheckServiceAgentAuthentication? = null, useSsl: Boolean? = null, validateSsl: Boolean? = null)