Builder

class Builder

Properties

Link copied to clipboard
var eq: List<String>?

Represents the equal condition to be applied to a single field when querying for findings.

Link copied to clipboard

Represents an equal**** condition to be applied to a single field when querying for findings.

Link copied to clipboard

Represents a greater than condition to be applied to a single field when querying for findings.

Link copied to clipboard

Represents a greater than or equal condition to be applied to a single field when querying for findings.

Link copied to clipboard
var gt: Int?

Represents a greater than condition to be applied to a single field when querying for findings.

Link copied to clipboard
var gte: Int?

Represents a greater than or equal condition to be applied to a single field when querying for findings.

Link copied to clipboard

Represents a less than condition to be applied to a single field when querying for findings.

Link copied to clipboard

Represents a less than or equal condition to be applied to a single field when querying for findings.

Link copied to clipboard
var lt: Int?

Represents a less than condition to be applied to a single field when querying for findings.

Link copied to clipboard
var lte: Int?

Represents a less than or equal condition to be applied to a single field when querying for findings.

Link copied to clipboard
var neq: List<String>?

Represents the not equal condition to be applied to a single field when querying for findings.

Link copied to clipboard

Represents a not equal**** condition to be applied to a single field when querying for findings.