Current section

Files

Jump to
wp_tables include collection_data_CollectionData.hrl
Raw

include/collection_data_CollectionData.hrl

-record(collection_data, {
aligned_chronology_progress_hours :: integer(),
aligned_chronology_start_hour_of_day :: integer(),
aligned_chronology_start_offset_days :: integer(),
always_show_date_time :: boolean(),
chronology_end_offset_days :: integer(),
chronology_start_offset_days :: integer(),
collection_category_cuid :: integer(),
collection_name_text_cuid :: integer(),
collection_reward_cuid :: integer(),
collection_slot_cuid_list :: list(integer()),
cuid :: integer(),
end_date_time :: integer(),
phase1_collection_slot_count :: integer(),
phase1_reward_stat_cuid :: integer(),
phase2_collection_slot_count :: integer(),
phase2_reward_stat_cuid :: integer(),
phase3_collection_slot_count :: integer(),
phase3_reward_stat_cuid :: integer(),
phase4_collection_slot_count :: integer(),
phase4_reward_stat_cuid :: integer(),
phase5_collection_slot_count :: integer(),
phase5_reward_stat_cuid :: integer(),
schedule_kind_type :: binary(),
start_date_time :: integer(),
unique_name :: binary()
}).