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: Union[Just[Optional[datetime]], _Nothing[Optional[datetime]]] = Nothing# The lock date of the new assignment, formatted as an ISO8601 datetime string. available_at: Union[Just[Optional[datetime]], _Nothing[Optional[datetime]]] = Nothing# The available at of the new assignment, formatted as an ISO8601 datetime string.