class Google::Apis::ChatV1::Thread
A thread in Hangouts Chat.
Attributes
name[RW]
Resource name, in the form “spaces//threads/”. Example: spaces/AAAAMpdlehY/ threads/UMxbHmzDlr4 Corresponds to the JSON property `name` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/chat_v1/classes.rb, line 2737 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/chat_v1/classes.rb, line 2742 def update!(**args) @name = args[:name] if args.key?(:name) end