Skip to content

Latest commit

History

History
20 lines (14 loc) 路 394 Bytes

MicrosoftGraphSubmission.md

File metadata and controls

20 lines (14 loc) 路 394 Bytes

FlatApi::MicrosoftGraphSubmission

Properties

Name Type Description Notes
id String Identifier of the submission assigned by Microsoft Teams
state String State of the submission

Example

require 'flat_api'

instance = FlatApi::MicrosoftGraphSubmission.new(
  id: null,
  state: null
)