data class AwardsRule
<init> |
AwardsRule(type: String, uuid: String, local_start_time: String, local_end_time: String, local_time_zone: String, enabled: Boolean, name: String, amount: Int, organization_name: String, description: String? = "", image_url: String? = "", push_notification_text: String? = null, push_notification_action_name: String? = null, enable_push_notifications: Boolean, extra_options: AwardsRuleExtraOption? = null, start_time: String, end_time: String, amount_for_next_award: Int? = null) |
amount |
val amount: Int |
amount_for_next_award |
val amount_for_next_award: Int? |
description |
val description: String? |
enable_push_notifications |
val enable_push_notifications: Boolean |
enabled |
val enabled: Boolean |
end_time |
val end_time: String |
extra_options |
val extra_options: AwardsRuleExtraOption? |
image_url |
val image_url: String? |
local_end_time |
val local_end_time: String |
local_start_time |
val local_start_time: String |
local_time_zone |
val local_time_zone: String |
name |
val name: String |
organization_name |
val organization_name: String |
push_notification_action_name |
val push_notification_action_name: String? |
push_notification_text |
val push_notification_text: String? |
start_time |
val start_time: String |
type |
val type: String |
uuid |
val uuid: String |