Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.04 KB

CustomDiscussionconfigurationResponse.md

File metadata and controls

19 lines (14 loc) · 1.04 KB

openapi.model.CustomDiscussionconfigurationResponse

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
bDiscussionconfigurationCompletehistorywhenadded bool If the added Discussionmembership will have access to the entire history or not
bDiscussionconfigurationCreateallowed bool If the the creation of the Discussion is allowed or not
bDiscussionconfigurationDeleteallowed bool If the the destruction of the Discussion is allowed or not
bDiscussionconfigurationDeletediscussionmessageallowed bool If the the destruction of the Discussionmessage is allowed or not
bDiscussionconfigurationEditdiscussionmessageallowed bool If the the creation of the Discussionmessage is allowed or not

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