A response containing all the messages for an identity.  
 More...
|  | 
| string | CacheableCursor  [get] | 
|  | Cacheable cursor to list newer messages. Durable and designed to be stored, unlike next/prev cursors. 
 | 
| IEnumerable< IApiMessage > | Messages  [get] | 
|  | The list of messages. 
 | 
| string | NextCursor  [get] | 
|  | The cursor to send when retrieving the next page, if any. 
 | 
| string | PrevCursor  [get] | 
|  | The cursor to send when retrieving the previous page, if any. 
 | 
A response containing all the messages for an identity. 
◆ CacheableCursor
  
  | 
        
          | string Satori.IApiGetMessageListResponse.CacheableCursor |  | get | 
 
Cacheable cursor to list newer messages. Durable and designed to be stored, unlike next/prev cursors. 
 
 
◆ Messages
  
  | 
        
          | IEnumerable<IApiMessage> Satori.IApiGetMessageListResponse.Messages |  | get | 
 
 
◆ NextCursor
  
  | 
        
          | string Satori.IApiGetMessageListResponse.NextCursor |  | get | 
 
The cursor to send when retrieving the next page, if any. 
 
 
◆ PrevCursor
  
  | 
        
          | string Satori.IApiGetMessageListResponse.PrevCursor |  | get | 
 
The cursor to send when retrieving the previous page, if any. 
 
 
The documentation for this interface was generated from the following file: