generated/google/apis/fcm_v1/representations.rb in google-api-client-0.30.5 vs generated/google/apis/fcm_v1/representations.rb in google-api-client-0.30.6
- old
+ new
@@ -118,10 +118,11 @@
property :body_loc_key, as: 'bodyLocKey'
property :channel_id, as: 'channelId'
property :click_action, as: 'clickAction'
property :color, as: 'color'
property :icon, as: 'icon'
+ property :image, as: 'image'
property :sound, as: 'sound'
property :tag, as: 'tag'
property :title, as: 'title'
collection :title_loc_args, as: 'titleLocArgs'
property :title_loc_key, as: 'titleLocKey'
@@ -140,10 +141,11 @@
class ApnsFcmOptions
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :analytics_label, as: 'analyticsLabel'
+ property :image, as: 'image'
end
end
class FcmOptions
# @private
@@ -175,9 +177,10 @@
class Notification
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :body, as: 'body'
+ property :image, as: 'image'
property :title, as: 'title'
end
end
class SendMessageRequest