C8yPagedManagedObjects
public struct C8yPagedManagedObjects : Codable
                Results from C8yManagedObjectService request
- 
                  
                  
The wrapped objects, limited by page size
Declaration
Swift
public let objects: [C8yManagedObject] - 
                  
                  
Paging info, to show what page these results represent, refer to
C8yPageStatisticsDeclaration
Swift
public let statistics: C8yPageStatistics - 
                  
                  
Declaration
Swift
public init(from decoder: Decoder) throws - 
                  
                  
Declaration
Swift
public func encode(to encoder: Encoder) throws 
            View on GitHub
          
      C8yPagedManagedObjects Structure Reference