Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 694 Bytes

MicrosoftGraphAssignment.md

File metadata and controls

24 lines (18 loc) · 694 Bytes

FlatApi::MicrosoftGraphAssignment

Properties

Name Type Description Notes
id String Identifier of the assignement assigned by Microsoft Teams [optional]
state String State of the assignment [optional]
alternate_link String Absolute link to this assignement in the Microsoft Teams web UI [optional]
categories Array<String> List of categories where this assignment is published under [optional]

Example

require 'flat_api'

instance = FlatApi::MicrosoftGraphAssignment.new(
  id: null,
  state: null,
  alternate_link: null,
  categories: null
)