Skip to content

Latest commit

History

History
18 lines (12 loc) 路 383 Bytes

ClassAssignmentUpdateAllOfMicrosoftGraph.md

File metadata and controls

18 lines (12 loc) 路 383 Bytes

FlatApi::ClassAssignmentUpdateAllOfMicrosoftGraph

Properties

Name Type Description Notes
categories Array<String> List of categories this assignment belongs to [optional]

Example

require 'flat_api'

instance = FlatApi::ClassAssignmentUpdateAllOfMicrosoftGraph.new(
  categories: null
)