generated/google/apis/chat_v1/representations.rb in google-api-client-0.39.0 vs generated/google/apis/chat_v1/representations.rb in google-api-client-0.39.1
- old
+ new
@@ -406,9 +406,11 @@
class Space
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :display_name, as: 'displayName'
property :name, as: 'name'
+ property :single_user_bot_dm, as: 'singleUserBotDm'
+ property :threaded, as: 'threaded'
property :type, as: 'type'
end
end
class TextButton