Class: GetStream::Generated::Models::ChannelConfig

Inherits:
BaseModel
  • Object
show all
Defined in:
lib/getstream_ruby/generated/models/channel_config.rb

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from BaseModel

#==, #inspect, omit_empty_fields, #to_h, #to_json

Constructor Details

#initialize(attributes = {}) ⇒ ChannelConfig

Initialize with attributes



116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
# File 'lib/getstream_ruby/generated/models/channel_config.rb', line 116

def initialize(attributes = {})
  super(attributes)
  @automod = attributes[:automod] || attributes['automod']
  @automod_behavior = attributes[:automod_behavior] || attributes['automod_behavior']
  @connect_events = attributes[:connect_events] || attributes['connect_events']
  @count_messages = attributes[:count_messages] || attributes['count_messages']
  @created_at = attributes[:created_at] || attributes['created_at']
  @custom_events = attributes[:custom_events] || attributes['custom_events']
  @delivery_events = attributes[:delivery_events] || attributes['delivery_events']
  @mark_messages_pending = attributes[:mark_messages_pending] || attributes['mark_messages_pending']
  @max_message_length = attributes[:max_message_length] || attributes['max_message_length']
  @mutes = attributes[:mutes] || attributes['mutes']
  @name = attributes[:name] || attributes['name']
  @polls = attributes[:polls] || attributes['polls']
  @push_notifications = attributes[:push_notifications] || attributes['push_notifications']
  @quotes = attributes[:quotes] || attributes['quotes']
  @reactions = attributes[:reactions] || attributes['reactions']
  @read_events = attributes[:read_events] || attributes['read_events']
  @reminders = attributes[:reminders] || attributes['reminders']
  @replies = attributes[:replies] || attributes['replies']
  @search = attributes[:search] || attributes['search']
  @shared_locations = attributes[:shared_locations] || attributes['shared_locations']
  @skip_last_msg_update_for_system_msgs = attributes[:skip_last_msg_update_for_system_msgs] || attributes['skip_last_msg_update_for_system_msgs']
  @typing_events = attributes[:typing_events] || attributes['typing_events']
  @updated_at = attributes[:updated_at] || attributes['updated_at']
  @uploads = attributes[:uploads] || attributes['uploads']
  @url_enrichment = attributes[:url_enrichment] || attributes['url_enrichment']
  @user_message_reminders = attributes[:user_message_reminders] || attributes['user_message_reminders']
  @commands = attributes[:commands] || attributes['commands']
  @blocklist = attributes[:blocklist] || attributes['blocklist'] || nil
  @blocklist_behavior = attributes[:blocklist_behavior] || attributes['blocklist_behavior'] || nil
  @partition_size = attributes[:partition_size] || attributes['partition_size'] || nil
  @partition_ttl = attributes[:partition_ttl] || attributes['partition_ttl'] || nil
  @allowed_flag_reasons = attributes[:allowed_flag_reasons] || attributes['allowed_flag_reasons'] || nil
  @blocklists = attributes[:blocklists] || attributes['blocklists'] || nil
  @automod_thresholds = attributes[:automod_thresholds] || attributes['automod_thresholds'] || nil
end

Instance Attribute Details

#allowed_flag_reasonsArray<String>

Returns:

  • (Array<String>)


107
108
109
# File 'lib/getstream_ruby/generated/models/channel_config.rb', line 107

def allowed_flag_reasons
  @allowed_flag_reasons
end

#automodString

Returns:

  • (String)


14
15
16
# File 'lib/getstream_ruby/generated/models/channel_config.rb', line 14

def automod
  @automod
end

#automod_behaviorString

Returns:

  • (String)


17
18
19
# File 'lib/getstream_ruby/generated/models/channel_config.rb', line 17

def automod_behavior
  @automod_behavior
end

#automod_thresholdsThresholds

Returns:



113
114
115
# File 'lib/getstream_ruby/generated/models/channel_config.rb', line 113

def automod_thresholds
  @automod_thresholds
end

#blocklistString

Returns:

  • (String)


95
96
97
# File 'lib/getstream_ruby/generated/models/channel_config.rb', line 95

def blocklist
  @blocklist
end

#blocklist_behaviorString

Returns:

  • (String)


98
99
100
# File 'lib/getstream_ruby/generated/models/channel_config.rb', line 98

def blocklist_behavior
  @blocklist_behavior
end

#blocklistsArray<BlockListOptions>

Returns:



110
111
112
# File 'lib/getstream_ruby/generated/models/channel_config.rb', line 110

def blocklists
  @blocklists
end

#commandsArray<String>

Returns List of commands that channel supports.

Returns:

  • (Array<String>)

    List of commands that channel supports



92
93
94
# File 'lib/getstream_ruby/generated/models/channel_config.rb', line 92

def commands
  @commands
end

#connect_eventsBoolean

Returns:

  • (Boolean)


20
21
22
# File 'lib/getstream_ruby/generated/models/channel_config.rb', line 20

def connect_events
  @connect_events
end

#count_messagesBoolean

Returns:

  • (Boolean)


23
24
25
# File 'lib/getstream_ruby/generated/models/channel_config.rb', line 23

def count_messages
  @count_messages
end

#created_atDateTime

Returns:

  • (DateTime)


26
27
28
# File 'lib/getstream_ruby/generated/models/channel_config.rb', line 26

def created_at
  @created_at
end

#custom_eventsBoolean

Returns:

  • (Boolean)


29
30
31
# File 'lib/getstream_ruby/generated/models/channel_config.rb', line 29

def custom_events
  @custom_events
end

#delivery_eventsBoolean

Returns:

  • (Boolean)


32
33
34
# File 'lib/getstream_ruby/generated/models/channel_config.rb', line 32

def delivery_events
  @delivery_events
end

#mark_messages_pendingBoolean

Returns:

  • (Boolean)


35
36
37
# File 'lib/getstream_ruby/generated/models/channel_config.rb', line 35

def mark_messages_pending
  @mark_messages_pending
end

#max_message_lengthInteger

Returns:

  • (Integer)


38
39
40
# File 'lib/getstream_ruby/generated/models/channel_config.rb', line 38

def max_message_length
  @max_message_length
end

#mutesBoolean

Returns:

  • (Boolean)


41
42
43
# File 'lib/getstream_ruby/generated/models/channel_config.rb', line 41

def mutes
  @mutes
end

#nameString

Returns:

  • (String)


44
45
46
# File 'lib/getstream_ruby/generated/models/channel_config.rb', line 44

def name
  @name
end

#partition_sizeInteger

Returns:

  • (Integer)


101
102
103
# File 'lib/getstream_ruby/generated/models/channel_config.rb', line 101

def partition_size
  @partition_size
end

#partition_ttlString

Returns:

  • (String)


104
105
106
# File 'lib/getstream_ruby/generated/models/channel_config.rb', line 104

def partition_ttl
  @partition_ttl
end

#pollsBoolean

Returns:

  • (Boolean)


47
48
49
# File 'lib/getstream_ruby/generated/models/channel_config.rb', line 47

def polls
  @polls
end

#push_notificationsBoolean

Returns:

  • (Boolean)


50
51
52
# File 'lib/getstream_ruby/generated/models/channel_config.rb', line 50

def push_notifications
  @push_notifications
end

#quotesBoolean

Returns:

  • (Boolean)


53
54
55
# File 'lib/getstream_ruby/generated/models/channel_config.rb', line 53

def quotes
  @quotes
end

#reactionsBoolean

Returns:

  • (Boolean)


56
57
58
# File 'lib/getstream_ruby/generated/models/channel_config.rb', line 56

def reactions
  @reactions
end

#read_eventsBoolean

Returns:

  • (Boolean)


59
60
61
# File 'lib/getstream_ruby/generated/models/channel_config.rb', line 59

def read_events
  @read_events
end

#remindersBoolean

Returns:

  • (Boolean)


62
63
64
# File 'lib/getstream_ruby/generated/models/channel_config.rb', line 62

def reminders
  @reminders
end

#repliesBoolean

Returns:

  • (Boolean)


65
66
67
# File 'lib/getstream_ruby/generated/models/channel_config.rb', line 65

def replies
  @replies
end

#searchBoolean

Returns:

  • (Boolean)


68
69
70
# File 'lib/getstream_ruby/generated/models/channel_config.rb', line 68

def search
  @search
end

#shared_locationsBoolean

Returns:

  • (Boolean)


71
72
73
# File 'lib/getstream_ruby/generated/models/channel_config.rb', line 71

def shared_locations
  @shared_locations
end

#skip_last_msg_update_for_system_msgsBoolean

Returns:

  • (Boolean)


74
75
76
# File 'lib/getstream_ruby/generated/models/channel_config.rb', line 74

def skip_last_msg_update_for_system_msgs
  @skip_last_msg_update_for_system_msgs
end

#typing_eventsBoolean

Returns:

  • (Boolean)


77
78
79
# File 'lib/getstream_ruby/generated/models/channel_config.rb', line 77

def typing_events
  @typing_events
end

#updated_atDateTime

Returns:

  • (DateTime)


80
81
82
# File 'lib/getstream_ruby/generated/models/channel_config.rb', line 80

def updated_at
  @updated_at
end

#uploadsBoolean

Returns:

  • (Boolean)


83
84
85
# File 'lib/getstream_ruby/generated/models/channel_config.rb', line 83

def uploads
  @uploads
end

#url_enrichmentBoolean

Returns:

  • (Boolean)


86
87
88
# File 'lib/getstream_ruby/generated/models/channel_config.rb', line 86

def url_enrichment
  @url_enrichment
end

#user_message_remindersBoolean

Returns:

  • (Boolean)


89
90
91
# File 'lib/getstream_ruby/generated/models/channel_config.rb', line 89

def user_message_reminders
  @user_message_reminders
end

Class Method Details

.json_field_mappingsObject

Override field mappings for JSON serialization



155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
# File 'lib/getstream_ruby/generated/models/channel_config.rb', line 155

def self.json_field_mappings
  {
    automod: 'automod',
    automod_behavior: 'automod_behavior',
    connect_events: 'connect_events',
    count_messages: 'count_messages',
    created_at: 'created_at',
    custom_events: 'custom_events',
    delivery_events: 'delivery_events',
    mark_messages_pending: 'mark_messages_pending',
    max_message_length: 'max_message_length',
    mutes: 'mutes',
    name: 'name',
    polls: 'polls',
    push_notifications: 'push_notifications',
    quotes: 'quotes',
    reactions: 'reactions',
    read_events: 'read_events',
    reminders: 'reminders',
    replies: 'replies',
    search: 'search',
    shared_locations: 'shared_locations',
    skip_last_msg_update_for_system_msgs: 'skip_last_msg_update_for_system_msgs',
    typing_events: 'typing_events',
    updated_at: 'updated_at',
    uploads: 'uploads',
    url_enrichment: 'url_enrichment',
    user_message_reminders: 'user_message_reminders',
    commands: 'commands',
    blocklist: 'blocklist',
    blocklist_behavior: 'blocklist_behavior',
    partition_size: 'partition_size',
    partition_ttl: 'partition_ttl',
    allowed_flag_reasons: 'allowed_flag_reasons',
    blocklists: 'blocklists',
    automod_thresholds: 'automod_thresholds'
  }
end