Mixed Content Issue Details
data class MixedContentIssueDetails(resourceType: MixedContentResourceType?, resolutionStatus: MixedContentResolutionStatus, insecureURL: String, mainResourceURL: String, request: AffectedRequest?, frame: AffectedFrame?)
Content copied to clipboard
Constructors
MixedContentIssueDetails
Link copied to clipboard
fun MixedContentIssueDetails(resourceType: MixedContentResourceType? = null, resolutionStatus: MixedContentResolutionStatus, insecureURL: String, mainResourceURL: String, request: AffectedRequest? = null, frame: AffectedFrame? = null)
Content copied to clipboard
Properties
frame
Link copied to clipboard
insecureURL
Link copied to clipboard
mainResourceURL
Link copied to clipboard
request
Link copied to clipboard
resolutionStatus
Link copied to clipboard
resourceType
Link copied to clipboard
Sources
jvm source
Link copied to clipboard