Class ChatterStatus
- Namespace
- NetCoreForce.Client.Models
- Assembly
- NetCoreForce.Client.dll
User’s current Chatter status
public class ChatterStatus
- Inheritance
-
ChatterStatus
- Inherited Members
Properties
Body
Body of the post
[JsonProperty(PropertyName = "body")]
public string Body { get; set; }
Property Value
CreatedDate
datetime value of the creation date of the last post by the user
[JsonProperty(PropertyName = "created_date")]
public DateTimeOffset? CreatedDate { get; set; }