lib/google/apis/chat_v1/representations.rb in google-apis-chat_v1-0.18.0 vs lib/google/apis/chat_v1/representations.rb in google-apis-chat_v1-0.19.0
- old
+ new
@@ -128,10 +128,16 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class DynamiteIntegrationLogEntry
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class Empty
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -404,10 +410,16 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class Status
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class StringInputs
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -651,10 +663,20 @@
class Representation < Google::Apis::Core::JsonRepresentation
property :drive_file_id, as: 'driveFileId'
end
end
+ class DynamiteIntegrationLogEntry
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :deployment, as: 'deployment'
+ property :deployment_function, as: 'deploymentFunction'
+ property :error, as: 'error', class: Google::Apis::ChatV1::Status, decorator: Google::Apis::ChatV1::Status::Representation
+
+ end
+ end
+
class Empty
# @private
class Representation < Google::Apis::Core::JsonRepresentation
end
end
@@ -1175,9 +1197,18 @@
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 Status
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :code, as: 'code'
+ collection :details, as: 'details'
+ property :message, as: 'message'
end
end
class StringInputs
# @private