menu
microsoft_graph_api package
documentation
models/group/post_create_request_model.dart
PostCreateRequest
PostCreateRequest.new constructor
PostCreateRequest.new constructor
dark_mode
light_mode
PostCreateRequest
constructor
PostCreateRequest
(
{
ItemBody
?
body
,
List
<
String
>
?
categories
,
String
?
importance
,
List
<
Recipient
>
?
recipients
,
String
?
subject
,
})
Implementation
PostCreateRequest({ this.body, this.categories, this.importance, this.recipients, this.subject, });
microsoft_graph_api package
documentation
models/group/post_create_request_model
PostCreateRequest
PostCreateRequest.new constructor
PostCreateRequest class