Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 964 Bytes

DiscussionResponse.md

File metadata and controls

21 lines (16 loc) · 964 Bytes

openapi.model.DiscussionResponse

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
pkiDiscussionID int The unique ID of the Discussion
sDiscussionDescription String The description of the Discussion
bDiscussionClosed bool Whether if it's an closed
dtDiscussionLastread String The date the Discussion was last read [optional]
iDiscussionmessageCount int The count of Attachment.
iDiscussionmessageCountunread int The count of Attachment.
objDiscussionconfiguration CustomDiscussionconfigurationResponse [optional]

[Back to Model list] [Back to API list] [Back to README]