コード例 #1
0
 def fine_tuning_key(self) -> str | None:
     if self.notification_setting_type is None:
         return None
     return get_notification_setting_type_name(
         self.notification_setting_type)
コード例 #2
0
 def type_str(self) -> str:
     return get_notification_setting_type_name(self.type)