Class: Google::Apis::FcmV1::ApnsFcmOptions
- Inherits:
-
Object
- Object
- Google::Apis::FcmV1::ApnsFcmOptions
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/fcm_v1/classes.rb,
generated/google/apis/fcm_v1/representations.rb,
generated/google/apis/fcm_v1/representations.rb
Overview
Options for features provided by the FCM SDK for iOS.
Instance Attribute Summary collapse
-
#analytics_label ⇒ String
Label associated with the message's analytics data.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ApnsFcmOptions
constructor
A new instance of ApnsFcmOptions.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ ApnsFcmOptions
Returns a new instance of ApnsFcmOptions
276 277 278 |
# File 'generated/google/apis/fcm_v1/classes.rb', line 276 def initialize(**args) update!(**args) end |
Instance Attribute Details
#analytics_label ⇒ String
Label associated with the message's analytics data.
Corresponds to the JSON property analyticsLabel
274 275 276 |
# File 'generated/google/apis/fcm_v1/classes.rb', line 274 def analytics_label @analytics_label end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
281 282 283 |
# File 'generated/google/apis/fcm_v1/classes.rb', line 281 def update!(**args) @analytics_label = args[:analytics_label] if args.key?(:analytics_label) end |