Skip to content

Latest commit

History

History
20 lines (14 loc) 路 446 Bytes

AssignmentCapabilitiesCanPublishInClassError.md

File metadata and controls

20 lines (14 loc) 路 446 Bytes

FlatApi::AssignmentCapabilitiesCanPublishInClassError

Properties

Name Type Description Notes
code String A corresponding code for this error
message String A printable and localized message for this error

Example

require 'flat_api'

instance = FlatApi::AssignmentCapabilitiesCanPublishInClassError.new(
  code: null,
  message: null
)