ArticleMe
struct ArticleMe  {
@optional 
string type_of;
@optional 
string description;
@optional 
string cover_image;
@optional 
bool published;
@optional 
SysTime published_timestamp;
@optional 
string[] tag_list;
@optional 
string canonical_url;
@optional 
string body_markdown;
}
  
		devtoapi
		functionsstructs 
	 
	
Article structure returned when getting articles from the Me endpoint.