DomainVerificationResult

public DomainVerificationResult DomainVerificationResult(@Json(name = "domain_id") String domainId, @Json(name = "attempt") DomainVerificationAttempt attempt, @Json(name = "status") DomainVerificationStatus status, @Json(name = "created_at") Long createdAt, @Json(name = "expires_at") Long expiresAt, @Json(name = "details") Map<String, Object> details, @Json(name = "message") String message)