Class: GetStream::Generated::Models::GetChannelTypeResponse

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

Overview

Basic response information

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 = {}) ⇒ GetChannelTypeResponse

Initialize with attributes



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
153
154
155
156
157
158
159
160
161
162
163
164
# File 'lib/getstream_ruby/generated/models/get_channel_type_response.rb', line 125

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']
  @duration = attributes[:duration] || attributes['duration']
  @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']
  @permissions = attributes[:permissions] || attributes['permissions']
  @grants = attributes[:grants] || attributes['grants']
  @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>



116
117
118
# File 'lib/getstream_ruby/generated/models/get_channel_type_response.rb', line 116

def allowed_flag_reasons
  @allowed_flag_reasons
end

#automodString



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

def automod
  @automod
end

#automod_behaviorString



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

def automod_behavior
  @automod_behavior
end

#automod_thresholdsThresholds



122
123
124
# File 'lib/getstream_ruby/generated/models/get_channel_type_response.rb', line 122

def automod_thresholds
  @automod_thresholds
end

#blocklistString



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

def blocklist
  @blocklist
end

#blocklist_behaviorString



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

def blocklist_behavior
  @blocklist_behavior
end

#blocklistsArray<BlockListOptions>



119
120
121
# File 'lib/getstream_ruby/generated/models/get_channel_type_response.rb', line 119

def blocklists
  @blocklists
end

#commandsArray<Command>



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

def commands
  @commands
end

#connect_eventsBoolean



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

def connect_events
  @connect_events
end

#count_messagesBoolean



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

def count_messages
  @count_messages
end

#created_atDateTime



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

def created_at
  @created_at
end

#custom_eventsBoolean



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

def custom_events
  @custom_events
end

#delivery_eventsBoolean



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

def delivery_events
  @delivery_events
end

#durationString



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

def duration
  @duration
end

#grantsHash<String, Array<String>>



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

def grants
  @grants
end

#mark_messages_pendingBoolean



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

def mark_messages_pending
  @mark_messages_pending
end

#max_message_lengthInteger



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

def max_message_length
  @max_message_length
end

#mutesBoolean



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

def mutes
  @mutes
end

#nameString



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

def name
  @name
end

#partition_sizeInteger



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

def partition_size
  @partition_size
end

#partition_ttlString



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

def partition_ttl
  @partition_ttl
end

#permissionsArray<PolicyRequest>



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

def permissions
  @permissions
end

#pollsBoolean



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

def polls
  @polls
end

#push_notificationsBoolean



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

def push_notifications
  @push_notifications
end

#quotesBoolean



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

def quotes
  @quotes
end

#reactionsBoolean



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

def reactions
  @reactions
end

#read_eventsBoolean



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

def read_events
  @read_events
end

#remindersBoolean



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

def reminders
  @reminders
end

#repliesBoolean



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

def replies
  @replies
end

#searchBoolean



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

def search
  @search
end

#shared_locationsBoolean



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

def shared_locations
  @shared_locations
end

#skip_last_msg_update_for_system_msgsBoolean



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

def skip_last_msg_update_for_system_msgs
  @skip_last_msg_update_for_system_msgs
end

#typing_eventsBoolean



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

def typing_events
  @typing_events
end

#updated_atDateTime



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

def updated_at
  @updated_at
end

#uploadsBoolean



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

def uploads
  @uploads
end

#url_enrichmentBoolean



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

def url_enrichment
  @url_enrichment
end

#user_message_remindersBoolean



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

def user_message_reminders
  @user_message_reminders
end

Class Method Details

.json_field_mappingsObject

Override field mappings for JSON serialization



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
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
# File 'lib/getstream_ruby/generated/models/get_channel_type_response.rb', line 167

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',
    duration: 'duration',
    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',
    permissions: 'permissions',
    grants: 'grants',
    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