Name | Type | Description | Notes |
---|---|---|---|
context_id | String | Unique context identifier provided | [optional] |
context_title | String | Context title | [optional] |
context_label | String | Context label | [optional] |
require 'flat_api'
instance = FlatApi::ClassDetailsLti.new(
context_id: null,
context_title: null,
context_label: null
)