# VmosoApi.PostV2Record

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**title** | **String** | Title of the post | [optional] 
**anonymousPost** | **Boolean** | True if it&#39;s an anonymous post | [optional] 
**text** | **String** | Content of the post | [optional] 
**document** | [**NoteV2Record**](NoteV2Record.md) |  | [optional] 
**permissions** | **[String]** | Permisions of the post | [optional] 
**attachmentCount** | **Integer** | Count of attachments | [optional] 
**commentCount** | **Integer** | Count of comments | [optional] 
**anonymousCommentFlag** | **Boolean** | True if anonymous comments are allowed | [optional] 
**reShareFlag** | **Boolean** | True if the post can be shareable | [optional] 
**editCommentFlag** | **Boolean** | True if comments of the post can be editable | [optional] 
**addByEmail** | **Boolean** | True if the post was added by email | [optional] 


