lib/google/apis/chat_v1/representations.rb in google-apis-chat_v1-0.46.0 vs lib/google/apis/chat_v1/representations.rb in google-apis-chat_v1-0.47.0

- old
+ new

@@ -719,10 +719,11 @@ class GoogleAppsCardV1Action # @private class Representation < Google::Apis::Core::JsonRepresentation property :function, as: 'function' + property :interaction, as: 'interaction' property :load_indicator, as: 'loadIndicator' collection :parameters, as: 'parameters', class: Google::Apis::ChatV1::GoogleAppsCardV1ActionParameter, decorator: Google::Apis::ChatV1::GoogleAppsCardV1ActionParameter::Representation property :persist_values, as: 'persistValues' end @@ -878,11 +879,10 @@ property :id, as: 'id' property :image, as: 'image', class: Google::Apis::ChatV1::GoogleAppsCardV1ImageComponent, decorator: Google::Apis::ChatV1::GoogleAppsCardV1ImageComponent::Representation property :layout, as: 'layout' property :subtitle, as: 'subtitle' - property :text_alignment, as: 'textAlignment' property :title, as: 'title' end end class GoogleAppsCardV1Icon @@ -1043,11 +1043,10 @@ property :divider, as: 'divider', class: Google::Apis::ChatV1::GoogleAppsCardV1Divider, decorator: Google::Apis::ChatV1::GoogleAppsCardV1Divider::Representation property :grid, as: 'grid', class: Google::Apis::ChatV1::GoogleAppsCardV1Grid, decorator: Google::Apis::ChatV1::GoogleAppsCardV1Grid::Representation - property :horizontal_alignment, as: 'horizontalAlignment' property :image, as: 'image', class: Google::Apis::ChatV1::GoogleAppsCardV1Image, decorator: Google::Apis::ChatV1::GoogleAppsCardV1Image::Representation property :selection_input, as: 'selectionInput', class: Google::Apis::ChatV1::GoogleAppsCardV1SelectionInput, decorator: Google::Apis::ChatV1::GoogleAppsCardV1SelectionInput::Representation property :text_input, as: 'textInput', class: Google::Apis::ChatV1::GoogleAppsCardV1TextInput, decorator: Google::Apis::ChatV1::GoogleAppsCardV1TextInput::Representation @@ -1180,10 +1179,11 @@ property :space, as: 'space', class: Google::Apis::ChatV1::Space, decorator: Google::Apis::ChatV1::Space::Representation property :text, as: 'text' property :thread, as: 'thread', class: Google::Apis::ChatV1::Thread, decorator: Google::Apis::ChatV1::Thread::Representation + property :thread_reply, as: 'threadReply' end end class OnClick # @private @@ -1236,10 +1236,11 @@ property :display_name, as: 'displayName' property :name, as: 'name' property :single_user_bot_dm, as: 'singleUserBotDm' property :space_details, as: 'spaceDetails', class: Google::Apis::ChatV1::SpaceDetails, decorator: Google::Apis::ChatV1::SpaceDetails::Representation + property :space_threading_state, as: 'spaceThreadingState' property :threaded, as: 'threaded' property :type, as: 'type' end end @@ -1285,9 +1286,10 @@ class Thread # @private class Representation < Google::Apis::Core::JsonRepresentation property :name, as: 'name' + property :thread_key, as: 'threadKey' end end class TimeInput # @private