class Google::Apis::FcmV1::FcmOptions

Platform independent options for features provided by the FCM SDKs.

Attributes

analytics_label[RW]

Label associated with the message's analytics data. Corresponds to the JSON property `analyticsLabel` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/fcm_v1/classes.rb, line 528
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/fcm_v1/classes.rb, line 533
def update!(**args)
  @analytics_label = args[:analytics_label] if args.key?(:analytics_label)
end