brightdigit/MistKit

View on GitHub
Documentation/Reference/MistKit/structs/MKAnyQuery.md

Summary

Maintainability
Test Coverage
**STRUCT**

# `MKAnyQuery`

```swift
public struct MKAnyQuery: MKQueryProtocol
```

## Properties
### `recordType`

```swift
public let recordType: String
```

### `desiredKeys`

```swift
public let desiredKeys: [String]?
```

## Methods
### `init(recordType:desiredKeys:)`

```swift
public init(recordType: String, desiredKeys: [String]? = nil)
```