lib/google/apis/chat_v1/representations.rb in google-apis-chat_v1-0.77.0 vs lib/google/apis/chat_v1/representations.rb in google-apis-chat_v1-0.78.0

- old
+ new

@@ -494,10 +494,16 @@ class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end + class SelectionItems + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + class SetUpSpaceRequest class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end @@ -572,10 +578,16 @@ class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end + class UpdatedWidget + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + class UploadAttachmentRequest class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end @@ -616,10 +628,12 @@ # @private class Representation < Google::Apis::Core::JsonRepresentation property :dialog_action, as: 'dialogAction', class: Google::Apis::ChatV1::DialogAction, decorator: Google::Apis::ChatV1::DialogAction::Representation property :type, as: 'type' + property :updated_widget, as: 'updatedWidget', class: Google::Apis::ChatV1::UpdatedWidget, decorator: Google::Apis::ChatV1::UpdatedWidget::Representation + property :url, as: 'url' end end class ActionStatus @@ -1487,10 +1501,18 @@ collection :widgets, as: 'widgets', class: Google::Apis::ChatV1::WidgetMarkup, decorator: Google::Apis::ChatV1::WidgetMarkup::Representation end end + class SelectionItems + # @private + class Representation < Google::Apis::Core::JsonRepresentation + collection :items, as: 'items', class: Google::Apis::ChatV1::GoogleAppsCardV1SelectionItem, decorator: Google::Apis::ChatV1::GoogleAppsCardV1SelectionItem::Representation + + end + end + class SetUpSpaceRequest # @private class Representation < Google::Apis::Core::JsonRepresentation collection :memberships, as: 'memberships', class: Google::Apis::ChatV1::Membership, decorator: Google::Apis::ChatV1::Membership::Representation @@ -1603,9 +1625,18 @@ class TimeZone # @private class Representation < Google::Apis::Core::JsonRepresentation property :id, as: 'id' property :offset, as: 'offset' + end + end + + class UpdatedWidget + # @private + class Representation < Google::Apis::Core::JsonRepresentation + property :suggestions, as: 'suggestions', class: Google::Apis::ChatV1::SelectionItems, decorator: Google::Apis::ChatV1::SelectionItems::Representation + + property :widget, as: 'widget' end end class UploadAttachmentRequest # @private