OperationDetails
public struct OperationDetails : Codable
                Defines the details of the operation to be executed by the device
- 
                  
                  
Undocumented
Declaration
Swift
public private(set) var id: String? { get } - 
                  
                  
Undocumented
Declaration
Swift
public private(set) var name: String? { get } - 
                  
                  
Undocumented
Declaration
Swift
public var values: Dictionary<String, String> - 
                  
                  
Undocumented
Declaration
Swift
public var params: Dictionary<String, String> - 
                  
                  
Undocumented
Declaration
Swift
public init() - 
                  
                  
Creates a new instance with a single key/value attribute pair
Declaration
Swift
public init(_ name: String, value: String) - 
                  
                  
Declaration
Swift
public init(from decoder: Decoder) throws - 
                  
                  
Declaration
Swift
public func encode(to encoder: Encoder) throws 
            View on GitHub
          
      OperationDetails Structure Reference