Name | Type | Description | Notes |
---|---|---|---|
title | String | Title of the resource | [optional] |
privacy | EduResourcePrivacy | [optional][default to 'private'] |
require 'flat_api'
instance = FlatApi::EduResourceUpdate.new(
title: null,
privacy: null
)
Name | Type | Description | Notes |
---|---|---|---|
title | String | Title of the resource | [optional] |
privacy | EduResourcePrivacy | [optional][default to 'private'] |
require 'flat_api'
instance = FlatApi::EduResourceUpdate.new(
title: null,
privacy: null
)