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

     1  # Content
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **ApprovalRequired** | **bool** |  | [optional] 
     8  **Attachments** | [**[]ContentAttachment**](ContentAttachment.md) |  | [optional] 
     9  **AttachmentsCount** | **int32** |  | [optional] 
    10  **AuthorId** | **string** |  | [optional] 
    11  **Body** | **string** |  | [optional] 
    12  **BodyFormatted** | [**ContentBodyFormatted**](ContentBodyFormatted.md) |  | [optional] 
    13  **BodyInputFormat** | **string** | values can be: text or html. | [optional] 
    14  **CategoryIds** | **[]string** | are content categories if none, they are default to intervention categories or thread categories | [optional] 
    15  **ContextData** | [**map[string]interface{}**](.md) | is present only if the content has context_data associated. The context_data hash keys are the custom fields keys. | [optional] 
    16  **CreatedAt** | [**time.Time**](time.Time.md) |  | [optional] 
    17  **CreatedFrom** | **string** |  | [optional] 
    18  **CreatorId** | **string** |  | [optional] 
    19  **ForeignId** | **string** |  | [optional] 
    20  **Id** | **string** |  | 
    21  **InReplyToAuthorId** | **string** |  | [optional] 
    22  **InReplyToId** | **string** |  | [optional] 
    23  **InterventionId** | **string** |  | [optional] 
    24  **Language** | **string** |  | [optional] 
    25  **PrivateMessage** | **bool** |  | [optional] 
    26  **Published** | **bool** |  | [optional] 
    27  **RemotelyDeleted** | **bool** |  | [optional] 
    28  **SourceId** | **string** |  | [optional] 
    29  **SourceType** | **string** |  | [optional] 
    30  **SourceUrl** | **string** |  | [optional] 
    31  **Status** | **string** |  | [optional] 
    32  **SynchronizationStatus** | **string** |  | [optional] 
    33  **ThreadId** | **string** |  | [optional] 
    34  **Title** | **string** |  | [optional] 
    35  **Type** | **string** |  | [optional] 
    36  **UpdatedAt** | [**time.Time**](time.Time.md) |  | [optional] 
    37  
    38  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    39  
    40