lib/google/apis/chat_v1/representations.rb in google-apis-chat_v1-0.87.0 vs lib/google/apis/chat_v1/representations.rb in google-apis-chat_v1-0.88.0

- old
+ new

@@ -326,10 +326,16 @@ class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end + class GoogleAppsCardV1MaterialIcon + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + class GoogleAppsCardV1OnClick class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end @@ -1141,10 +1147,12 @@ class Representation < Google::Apis::Core::JsonRepresentation property :alt_text, as: 'altText' property :icon_url, as: 'iconUrl' property :image_type, as: 'imageType' property :known_icon, as: 'knownIcon' + property :material_icon, as: 'materialIcon', class: Google::Apis::ChatV1::GoogleAppsCardV1MaterialIcon, decorator: Google::Apis::ChatV1::GoogleAppsCardV1MaterialIcon::Representation + end end class GoogleAppsCardV1Image # @private @@ -1171,9 +1179,19 @@ class GoogleAppsCardV1ImageCropStyle # @private class Representation < Google::Apis::Core::JsonRepresentation property :aspect_ratio, as: 'aspectRatio' property :type, as: 'type' + end + end + + class GoogleAppsCardV1MaterialIcon + # @private + class Representation < Google::Apis::Core::JsonRepresentation + property :fill, as: 'fill' + property :grade, as: 'grade' + property :name, as: 'name' + property :weight, as: 'weight' end end class GoogleAppsCardV1OnClick # @private