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

     1  # FaxResponse
     2  
     3  ## Properties
     4  Name | Type | Description | Notes
     5  ------------ | ------------- | ------------- | -------------
     6  **Id** | **int64** | Internal identifier of a message | [optional] 
     7  **Uri** | **string** | Canonical URI of a message | [optional] 
     8  **Type** | **string** | Message type - 'Fax' | [optional] 
     9  **From** | [**CallerInfoFrom**](CallerInfoFrom.md) |  | [optional] 
    10  **To** | [**[]CallerInfoTo**](CallerInfoTo.md) | Recipient information | [optional] 
    11  **CreationTime** | [**time.Time**](time.Time.md) | Message creation datetime in ISO 8601 format including timezone, for example 2016-03-10T18:07:52.534Z | [optional] 
    12  **ReadStatus** | **string** | Message read status | [optional] 
    13  **Priority** | **string** | Message priority | [optional] 
    14  **Attachments** | [**[]MessageAttachmentInfoIntId**](MessageAttachmentInfoIntId.md) | The list of message attachments | [optional] 
    15  **Direction** | **string** | Message direction | [optional] 
    16  **Availability** | **string** | Message availability status. Message in 'Deleted' state is still preserved with all its attachments and can be restored. 'Purged' means that all attachments are already deleted and the message itself is about to be physically deleted shortly | [optional] 
    17  **MessageStatus** | **string** | Message status. 'Queued' - the message is queued for sending; 'Sent' - a message is successfully sent; 'SendingFailed' - a message sending attempt has failed; 'Received' - a message is received (inbound messages have this status by default) | [optional] 
    18  **FaxResolution** | **string** | Resolution of a fax message. ('High' for black and white image scanned at 200 dpi, 'Low' for black and white image scanned at 100 dpi) | [optional] 
    19  **FaxPageCount** | **int32** | Page count in a fax message | [optional] 
    20  **LastModifiedTime** | [**time.Time**](time.Time.md) | Datetime when the message was modified on server in ISO 8601 format including timezone, for example 2016-03-10T18:07:52.534Z | [optional] 
    21  **CoverIndex** | **int32** | Cover page identifier. For the list of available cover page identifiers please call the method Fax Cover Pages | [optional] 
    22  **CoverPageText** | **string** | Cover page text, entered by the fax sender and printed on the cover page. Maximum length is limited to 1024 symbols | [optional] 
    23  
    24  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    25  
    26