InputObject
EXTENSION
InputObject
Swift
1extension InputObjectProperties
jsonValue
Swift
1public var jsonValue: JSONValuejsonEncodableValue
Swift
1public var jsonEncodableValue: JSONEncodable?Methods
==(_:_:)
Swift
1public static func == (lhs: Self, rhs: Self) -> BoolParameters
| Name | Description |
|---|---|
| lhs | A value to compare. |
| rhs | Another value to compare. |
hash(into:)
Swift
1public func hash(into hasher: inout Hasher)Parameters
| Name | Description |
|---|---|
| hasher | The hasher to use when combining the components of this instance. |