lib/google/apis/chat_v1/representations.rb in google-apis-chat_v1-0.30.0 vs lib/google/apis/chat_v1/representations.rb in google-apis-chat_v1-0.31.0
- old
+ new
@@ -80,10 +80,16 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class ChatAppLogEntry
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class Color
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -128,16 +134,10 @@
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
@@ -580,10 +580,20 @@
property :subtitle, as: 'subtitle'
property :title, as: 'title'
end
end
+ class ChatAppLogEntry
+ # @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 Color
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :alpha, as: 'alpha'
property :blue, as: 'blue'
@@ -666,19 +676,9 @@
class DriveDataRef
# @private
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