DeepLinkLTIData¶ class DeepLinkLTIData[source]¶ Input data required for the LTI::DeepLink operation. auth_token: str¶ The authentication token received after the initial LTI launch. name: str¶ The name of the new assignment deadline: datetime¶ The deadline of the new assignment, formatted as an ISO8601 datetime string. lock_date: Just[datetime | None] | _Nothing[datetime | None] = Nothing¶ The lock date of the new assignment, formatted as an ISO8601 datetime string. available_at: Just[datetime | None] | _Nothing[datetime | None] = Nothing¶ The available at of the new assignment, formatted as an ISO8601 datetime string.