github.com/grokify/go-ringcentral-client@v0.3.31/office/v1/client/docs/TaskInfo.md (about)

     1  # TaskInfo
     2  
     3  ## Properties
     4  Name | Type | Description | Notes
     5  ------------ | ------------- | ------------- | -------------
     6  **Id** | **string** | Internal identifier of a task | [optional] 
     7  **Uri** | **string** | Link to a task resource | [optional] 
     8  **Status** | **string** | Device order status | [optional] 
     9  **CreationTime** | [**time.Time**](time.Time.md) | Task creation time | [optional] 
    10  **LastModifiedTime** | [**time.Time**](time.Time.md) | Time of task last modification | [optional] 
    11  
    12  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    13  
    14