ObservedProperty
public struct ObservedProperty : Codable
An ObservedProperty specifies the phenomenon of an Observation.
-
A property provides a label for ObservedProperty, commonly a descriptive name.
Declaration
Swift
public var name: String
-
The URI of the ObservedProperty. Dereferencing this URI SHOULD result in a representation of the definition of the ObservedProperty.
Declaration
Swift
public var definition: String
-
A description about the ObservedProperty.
Declaration
Swift
public var description: String
-
Undocumented
Declaration
Swift
public init(name: String, definition: String, description: String)