Class: GetStream::Generated::Models::ThreadStateResponse

Inherits:
BaseModel
  • Object
show all
Defined in:
lib/getstream_ruby/generated/models/thread_state_response.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 = {}) ⇒ ThreadStateResponse

Initialize with attributes



71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
# File 'lib/getstream_ruby/generated/models/thread_state_response.rb', line 71

def initialize(attributes = {})
  super(attributes)
  @active_participant_count = attributes[:active_participant_count] || attributes['active_participant_count']
  @channel_cid = attributes[:channel_cid] || attributes['channel_cid']
  @created_at = attributes[:created_at] || attributes['created_at']
  @created_by_user_id = attributes[:created_by_user_id] || attributes['created_by_user_id']
  @parent_message_id = attributes[:parent_message_id] || attributes['parent_message_id']
  @participant_count = attributes[:participant_count] || attributes['participant_count']
  @title = attributes[:title] || attributes['title']
  @updated_at = attributes[:updated_at] || attributes['updated_at']
  @latest_replies = attributes[:latest_replies] || attributes['latest_replies']
  @custom = attributes[:custom] || attributes['custom']
  @deleted_at = attributes[:deleted_at] || attributes['deleted_at'] || nil
  @last_message_at = attributes[:last_message_at] || attributes['last_message_at'] || nil
  @reply_count = attributes[:reply_count] || attributes['reply_count'] || nil
  @read = attributes[:read] || attributes['read'] || nil
  @thread_participants = attributes[:thread_participants] || attributes['thread_participants'] || nil
  @channel = attributes[:channel] || attributes['channel'] || nil
  @created_by = attributes[:created_by] || attributes['created_by'] || nil
  @draft = attributes[:draft] || attributes['draft'] || nil
  @parent_message = attributes[:parent_message] || attributes['parent_message'] || nil
end

Instance Attribute Details

#active_participant_countInteger

Returns Active Participant Count.

Returns:

  • (Integer)

    Active Participant Count



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

def active_participant_count
  @active_participant_count
end

#channelChannelResponse

Returns:



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

def channel
  @channel
end

#channel_cidString

Returns Channel CID.

Returns:

  • (String)

    Channel CID



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

def channel_cid
  @channel_cid
end

#created_atDateTime

Returns Date/time of creation.

Returns:

  • (DateTime)

    Date/time of creation



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

def created_at
  @created_at
end

#created_byUserResponse

Returns:



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

def created_by
  @created_by
end

#created_by_user_idString

Returns Created By User ID.

Returns:

  • (String)

    Created By User ID



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

def created_by_user_id
  @created_by_user_id
end

#customObject

Returns Custom data for this object.

Returns:

  • (Object)

    Custom data for this object



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

def custom
  @custom
end

#deleted_atDateTime

Returns Deleted At.

Returns:

  • (DateTime)

    Deleted At



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

def deleted_at
  @deleted_at
end

#draftDraftResponse

Returns:



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

def draft
  @draft
end

#last_message_atDateTime

Returns Last Message At.

Returns:

  • (DateTime)

    Last Message At



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

def last_message_at
  @last_message_at
end

#latest_repliesArray<MessageResponse>

Returns:



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

def latest_replies
  @latest_replies
end

#parent_messageMessageResponse

Returns:



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

def parent_message
  @parent_message
end

#parent_message_idString

Returns Parent Message ID.

Returns:

  • (String)

    Parent Message ID



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

def parent_message_id
  @parent_message_id
end

#participant_countInteger

Returns Participant Count.

Returns:

  • (Integer)

    Participant Count



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

def participant_count
  @participant_count
end

#readArray<ReadStateResponse>

Returns:



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

def read
  @read
end

#reply_countInteger

Returns Reply Count.

Returns:

  • (Integer)

    Reply Count



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

def reply_count
  @reply_count
end

#thread_participantsArray<ThreadParticipant>

Returns Thread Participants.

Returns:



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

def thread_participants
  @thread_participants
end

#titleString

Returns Title.

Returns:

  • (String)

    Title



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

def title
  @title
end

#updated_atDateTime

Returns Date/time of the last update.

Returns:

  • (DateTime)

    Date/time of the last update



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

def updated_at
  @updated_at
end

Class Method Details

.json_field_mappingsObject

Override field mappings for JSON serialization



95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
# File 'lib/getstream_ruby/generated/models/thread_state_response.rb', line 95

def self.json_field_mappings
  {
    active_participant_count: 'active_participant_count',
    channel_cid: 'channel_cid',
    created_at: 'created_at',
    created_by_user_id: 'created_by_user_id',
    parent_message_id: 'parent_message_id',
    participant_count: 'participant_count',
    title: 'title',
    updated_at: 'updated_at',
    latest_replies: 'latest_replies',
    custom: 'custom',
    deleted_at: 'deleted_at',
    last_message_at: 'last_message_at',
    reply_count: 'reply_count',
    read: 'read',
    thread_participants: 'thread_participants',
    channel: 'channel',
    created_by: 'created_by',
    draft: 'draft',
    parent_message: 'parent_message'
  }
end