onesignal 5.2.1.pre.beta1 → 5.3.0.pre.beta1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +33 -5
- data/docs/ApiKeyToken.md +28 -0
- data/docs/ApiKeyTokensListResponse.md +18 -0
- data/docs/CopyTemplateRequest.md +18 -0
- data/docs/CreateApiKeyRequest.md +22 -0
- data/docs/CreateApiKeyResponse.md +20 -0
- data/docs/CreateTemplateRequest.md +32 -0
- data/docs/CustomEvent.md +26 -0
- data/docs/CustomEventsRequest.md +18 -0
- data/docs/DefaultApi.md +1132 -110
- data/docs/StartLiveActivityRequest.md +48 -0
- data/docs/StartLiveActivitySuccessResponse.md +18 -0
- data/docs/TemplateResource.md +28 -0
- data/docs/TemplatesListResponse.md +18 -0
- data/docs/UpdateApiKeyRequest.md +22 -0
- data/docs/UpdateTemplateRequest.md +30 -0
- data/lib/onesignal/api/default_api.rb +1043 -1
- data/lib/onesignal/api_client.rb +2 -2
- data/lib/onesignal/api_error.rb +1 -1
- data/lib/onesignal/configuration.rb +1 -1
- data/lib/onesignal/models/api_key_token.rb +300 -0
- data/lib/onesignal/models/api_key_tokens_list_response.rb +221 -0
- data/lib/onesignal/models/app.rb +1 -1
- data/lib/onesignal/models/basic_notification.rb +1 -1
- data/lib/onesignal/models/basic_notification_all_of.rb +1 -1
- data/lib/onesignal/models/basic_notification_all_of_android_background_layout.rb +1 -1
- data/lib/onesignal/models/button.rb +1 -1
- data/lib/onesignal/models/copy_template_request.rb +225 -0
- data/lib/onesignal/models/create_api_key_request.rb +273 -0
- data/lib/onesignal/models/create_api_key_response.rb +228 -0
- data/lib/onesignal/models/create_notification_success_response.rb +1 -1
- data/lib/onesignal/models/create_segment_conflict_response.rb +1 -1
- data/lib/onesignal/models/create_segment_success_response.rb +1 -1
- data/lib/onesignal/models/create_template_request.rb +307 -0
- data/lib/onesignal/models/create_user_conflict_response.rb +1 -1
- data/lib/onesignal/models/create_user_conflict_response_errors_inner.rb +1 -1
- data/lib/onesignal/models/create_user_conflict_response_errors_items_meta.rb +1 -1
- data/lib/onesignal/models/custom_event.rb +269 -0
- data/lib/onesignal/models/custom_events_request.rb +226 -0
- data/lib/onesignal/models/delivery_data.rb +1 -1
- data/lib/onesignal/models/export_events_success_response.rb +1 -1
- data/lib/onesignal/models/export_subscriptions_request_body.rb +1 -1
- data/lib/onesignal/models/export_subscriptions_success_response.rb +1 -1
- data/lib/onesignal/models/filter.rb +1 -1
- data/lib/onesignal/models/filter_expression.rb +1 -1
- data/lib/onesignal/models/generic_error.rb +1 -1
- data/lib/onesignal/models/generic_success_bool_response.rb +1 -1
- data/lib/onesignal/models/get_notification_history_request_body.rb +1 -1
- data/lib/onesignal/models/get_segments_success_response.rb +1 -1
- data/lib/onesignal/models/language_string_map.rb +1 -1
- data/lib/onesignal/models/notification.rb +1 -1
- data/lib/onesignal/models/notification_all_of.rb +1 -1
- data/lib/onesignal/models/notification_history_success_response.rb +1 -1
- data/lib/onesignal/models/notification_slice.rb +1 -1
- data/lib/onesignal/models/notification_target.rb +1 -1
- data/lib/onesignal/models/notification_with_meta.rb +1 -1
- data/lib/onesignal/models/notification_with_meta_all_of.rb +1 -1
- data/lib/onesignal/models/operator.rb +1 -1
- data/lib/onesignal/models/outcome_data.rb +1 -1
- data/lib/onesignal/models/outcomes_data.rb +1 -1
- data/lib/onesignal/models/platform_delivery_data.rb +1 -1
- data/lib/onesignal/models/platform_delivery_data_email_all_of.rb +1 -1
- data/lib/onesignal/models/platform_delivery_data_sms_all_of.rb +1 -1
- data/lib/onesignal/models/properties_body.rb +1 -1
- data/lib/onesignal/models/properties_deltas.rb +1 -1
- data/lib/onesignal/models/properties_object.rb +1 -1
- data/lib/onesignal/models/purchase.rb +1 -1
- data/lib/onesignal/models/rate_limit_error.rb +1 -1
- data/lib/onesignal/models/segment.rb +1 -1
- data/lib/onesignal/models/segment_data.rb +1 -1
- data/lib/onesignal/models/segment_notification_target.rb +1 -1
- data/lib/onesignal/models/start_live_activity_request.rb +454 -0
- data/lib/onesignal/models/start_live_activity_success_response.rb +219 -0
- data/lib/onesignal/models/subscription.rb +1 -1
- data/lib/onesignal/models/subscription_body.rb +1 -1
- data/lib/onesignal/models/subscription_notification_target.rb +1 -1
- data/lib/onesignal/models/template_resource.rb +302 -0
- data/lib/onesignal/models/templates_list_response.rb +221 -0
- data/lib/onesignal/models/transfer_subscription_request_body.rb +1 -1
- data/lib/onesignal/models/update_api_key_request.rb +273 -0
- data/lib/onesignal/models/update_live_activity_request.rb +1 -1
- data/lib/onesignal/models/update_live_activity_success_response.rb +1 -1
- data/lib/onesignal/models/update_template_request.rb +282 -0
- data/lib/onesignal/models/update_user_request.rb +1 -1
- data/lib/onesignal/models/user.rb +1 -1
- data/lib/onesignal/models/user_identity_body.rb +1 -1
- data/lib/onesignal/models/web_button.rb +1 -1
- data/lib/onesignal/version.rb +2 -2
- data/lib/onesignal.rb +15 -1
- data/onesignal.gemspec +1 -1
- data/spec/api/default_api_spec.rb +189 -1
- data/spec/api_client_spec.rb +1 -1
- data/spec/configuration_spec.rb +1 -1
- data/spec/models/api_key_token_spec.rb +68 -0
- data/spec/models/api_key_tokens_list_response_spec.rb +34 -0
- data/spec/models/app_spec.rb +1 -1
- data/spec/models/basic_notification_all_of_android_background_layout_spec.rb +1 -1
- data/spec/models/basic_notification_all_of_spec.rb +1 -1
- data/spec/models/basic_notification_spec.rb +1 -1
- data/spec/models/button_spec.rb +1 -1
- data/spec/models/copy_template_request_spec.rb +34 -0
- data/spec/models/create_api_key_request_spec.rb +50 -0
- data/spec/models/create_api_key_response_spec.rb +40 -0
- data/spec/models/create_notification_success_response_spec.rb +1 -1
- data/spec/models/create_segment_conflict_response_spec.rb +1 -1
- data/spec/models/create_segment_success_response_spec.rb +1 -1
- data/spec/models/create_template_request_spec.rb +76 -0
- data/spec/models/create_user_conflict_response_errors_inner_spec.rb +1 -1
- data/spec/models/create_user_conflict_response_errors_items_meta_spec.rb +1 -1
- data/spec/models/create_user_conflict_response_spec.rb +1 -1
- data/spec/models/custom_event_spec.rb +58 -0
- data/spec/models/custom_events_request_spec.rb +34 -0
- data/spec/models/delivery_data_spec.rb +1 -1
- data/spec/models/export_events_success_response_spec.rb +1 -1
- data/spec/models/export_subscriptions_request_body_spec.rb +1 -1
- data/spec/models/export_subscriptions_success_response_spec.rb +1 -1
- data/spec/models/filter_expression_spec.rb +1 -1
- data/spec/models/filter_spec.rb +1 -1
- data/spec/models/generic_error_spec.rb +1 -1
- data/spec/models/generic_success_bool_response_spec.rb +1 -1
- data/spec/models/get_notification_history_request_body_spec.rb +1 -1
- data/spec/models/get_segments_success_response_spec.rb +1 -1
- data/spec/models/language_string_map_spec.rb +1 -1
- data/spec/models/notification_all_of_spec.rb +1 -1
- data/spec/models/notification_history_success_response_spec.rb +1 -1
- data/spec/models/notification_slice_spec.rb +1 -1
- data/spec/models/notification_spec.rb +1 -1
- data/spec/models/notification_target_spec.rb +1 -1
- data/spec/models/notification_with_meta_all_of_spec.rb +1 -1
- data/spec/models/notification_with_meta_spec.rb +1 -1
- data/spec/models/operator_spec.rb +1 -1
- data/spec/models/outcome_data_spec.rb +1 -1
- data/spec/models/outcomes_data_spec.rb +1 -1
- data/spec/models/platform_delivery_data_email_all_of_spec.rb +1 -1
- data/spec/models/platform_delivery_data_sms_all_of_spec.rb +1 -1
- data/spec/models/platform_delivery_data_spec.rb +1 -1
- data/spec/models/properties_body_spec.rb +1 -1
- data/spec/models/properties_deltas_spec.rb +1 -1
- data/spec/models/properties_object_spec.rb +1 -1
- data/spec/models/purchase_spec.rb +1 -1
- data/spec/models/rate_limit_error_spec.rb +1 -1
- data/spec/models/segment_data_spec.rb +1 -1
- data/spec/models/segment_notification_target_spec.rb +1 -1
- data/spec/models/segment_spec.rb +1 -1
- data/spec/models/start_live_activity_request_spec.rb +128 -0
- data/spec/models/start_live_activity_success_response_spec.rb +34 -0
- data/spec/models/subscription_body_spec.rb +1 -1
- data/spec/models/subscription_notification_target_spec.rb +1 -1
- data/spec/models/subscription_spec.rb +1 -1
- data/spec/models/template_resource_spec.rb +68 -0
- data/spec/models/templates_list_response_spec.rb +34 -0
- data/spec/models/transfer_subscription_request_body_spec.rb +1 -1
- data/spec/models/update_api_key_request_spec.rb +50 -0
- data/spec/models/update_live_activity_request_spec.rb +1 -1
- data/spec/models/update_live_activity_success_response_spec.rb +1 -1
- data/spec/models/update_template_request_spec.rb +70 -0
- data/spec/models/update_user_request_spec.rb +1 -1
- data/spec/models/user_identity_body_spec.rb +1 -1
- data/spec/models/user_spec.rb +1 -1
- data/spec/models/web_button_spec.rb +1 -1
- data/spec/spec_helper.rb +1 -1
- metadata +57 -1
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 5.
|
6
|
+
The version of the OpenAPI document: 5.3.0
|
7
7
|
Contact: devrel@onesignal.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 6.0.0-SNAPSHOT
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 5.
|
6
|
+
The version of the OpenAPI document: 5.3.0
|
7
7
|
Contact: devrel@onesignal.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 6.0.0-SNAPSHOT
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 5.
|
6
|
+
The version of the OpenAPI document: 5.3.0
|
7
7
|
Contact: devrel@onesignal.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 6.0.0-SNAPSHOT
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 5.
|
6
|
+
The version of the OpenAPI document: 5.3.0
|
7
7
|
Contact: devrel@onesignal.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 6.0.0-SNAPSHOT
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 5.
|
6
|
+
The version of the OpenAPI document: 5.3.0
|
7
7
|
Contact: devrel@onesignal.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 6.0.0-SNAPSHOT
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 5.
|
6
|
+
The version of the OpenAPI document: 5.3.0
|
7
7
|
Contact: devrel@onesignal.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 6.0.0-SNAPSHOT
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 5.
|
6
|
+
The version of the OpenAPI document: 5.3.0
|
7
7
|
Contact: devrel@onesignal.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 6.0.0-SNAPSHOT
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 5.
|
6
|
+
The version of the OpenAPI document: 5.3.0
|
7
7
|
Contact: devrel@onesignal.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 6.0.0-SNAPSHOT
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 5.
|
6
|
+
The version of the OpenAPI document: 5.3.0
|
7
7
|
Contact: devrel@onesignal.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 6.0.0-SNAPSHOT
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 5.
|
6
|
+
The version of the OpenAPI document: 5.3.0
|
7
7
|
Contact: devrel@onesignal.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 6.0.0-SNAPSHOT
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 5.
|
6
|
+
The version of the OpenAPI document: 5.3.0
|
7
7
|
Contact: devrel@onesignal.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 6.0.0-SNAPSHOT
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 5.
|
6
|
+
The version of the OpenAPI document: 5.3.0
|
7
7
|
Contact: devrel@onesignal.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 6.0.0-SNAPSHOT
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 5.
|
6
|
+
The version of the OpenAPI document: 5.3.0
|
7
7
|
Contact: devrel@onesignal.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 6.0.0-SNAPSHOT
|
@@ -0,0 +1,454 @@
|
|
1
|
+
=begin
|
2
|
+
#OneSignal
|
3
|
+
|
4
|
+
#A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com
|
5
|
+
|
6
|
+
The version of the OpenAPI document: 5.3.0
|
7
|
+
Contact: devrel@onesignal.com
|
8
|
+
Generated by: https://openapi-generator.tech
|
9
|
+
OpenAPI Generator version: 6.0.0-SNAPSHOT
|
10
|
+
|
11
|
+
=end
|
12
|
+
|
13
|
+
require 'date'
|
14
|
+
require 'time'
|
15
|
+
|
16
|
+
module OneSignal
|
17
|
+
class StartLiveActivityRequest
|
18
|
+
# An internal name to assist with your campaign organization. This does not get displayed in the message itself.
|
19
|
+
attr_accessor :name
|
20
|
+
|
21
|
+
attr_accessor :event
|
22
|
+
|
23
|
+
# Set a unique activity_id to track and manage the Live Activity.
|
24
|
+
attr_accessor :activity_id
|
25
|
+
|
26
|
+
# Default/static data to initialize the Live Activity upon start.
|
27
|
+
attr_accessor :event_attributes
|
28
|
+
|
29
|
+
# Dynamic content used to update the running Live Activity at start. Must match the ContentState interface defined in your app.
|
30
|
+
attr_accessor :event_updates
|
31
|
+
|
32
|
+
attr_accessor :contents
|
33
|
+
|
34
|
+
attr_accessor :headings
|
35
|
+
|
36
|
+
# Accepts Unix timestamp in seconds. When time reaches the configured stale date, the system considers the Live Activity out of date, and the ActivityState of the Live Activity changes to ActivityState.stale.
|
37
|
+
attr_accessor :stale_date
|
38
|
+
|
39
|
+
# Delivery priority through the push provider (APNs). Pass 10 for higher priority notifications, or 5 for lower priority notifications. Lower priority notifications are sent based on the power considerations of the end user's device. If not set, defaults to 10.
|
40
|
+
attr_accessor :priority
|
41
|
+
|
42
|
+
# iOS 15+. A score to indicate how a notification should be displayed when grouped. Use a float between 0-1.
|
43
|
+
attr_accessor :ios_relevance_score
|
44
|
+
|
45
|
+
# Correlation and idempotency key. A request received with this parameter will first look for another notification with the same idempotency key. If one exists, a notification will not be sent, and result of the previous operation will instead be returned. Therefore, if you plan on using this feature, it's important to use a good source of randomness to generate the UUID passed here. This key is only idempotent for 30 days. After 30 days, the notification could be removed from our system and a notification with the same idempotency key will be sent again. See Idempotent Notification Requests for more details writeOnly: true
|
46
|
+
attr_accessor :idempotency_key
|
47
|
+
|
48
|
+
# Target specific users by aliases assigned via API. An alias can be an external_id, onesignal_id, or a custom alias. Accepts an object where keys are alias labels and values are arrays of alias IDs to include Example usage: { \"external_id\": [\"exId1\", \"extId2\"], \"internal_label\": [\"id1\", \"id2\"] } Not compatible with any other targeting parameters. REQUIRED: REST API Key Authentication Limit of 2,000 entries per REST API call Note: If targeting push, email, or sms subscribers with same ids, use with target_channel to indicate you are sending a push or email or sms.
|
49
|
+
attr_accessor :include_aliases
|
50
|
+
|
51
|
+
# Specific subscription ids to target. Not compatible with other targeting parameters.
|
52
|
+
attr_accessor :include_subscription_ids
|
53
|
+
|
54
|
+
# Segment names to include. Only compatible with excluded_segments.
|
55
|
+
attr_accessor :included_segments
|
56
|
+
|
57
|
+
# Segment names to exclude. Only compatible with included_segments.
|
58
|
+
attr_accessor :excluded_segments
|
59
|
+
|
60
|
+
attr_accessor :filters
|
61
|
+
|
62
|
+
class EnumAttributeValidator
|
63
|
+
attr_reader :datatype
|
64
|
+
attr_reader :allowable_values
|
65
|
+
|
66
|
+
def initialize(datatype, allowable_values)
|
67
|
+
@allowable_values = allowable_values.map do |value|
|
68
|
+
case datatype.to_s
|
69
|
+
when /Integer/i
|
70
|
+
value.to_i
|
71
|
+
when /Float/i
|
72
|
+
value.to_f
|
73
|
+
else
|
74
|
+
value
|
75
|
+
end
|
76
|
+
end
|
77
|
+
end
|
78
|
+
|
79
|
+
def valid?(value)
|
80
|
+
!value || allowable_values.include?(value)
|
81
|
+
end
|
82
|
+
end
|
83
|
+
|
84
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
85
|
+
def self.attribute_map
|
86
|
+
{
|
87
|
+
:'name' => :'name',
|
88
|
+
:'event' => :'event',
|
89
|
+
:'activity_id' => :'activity_id',
|
90
|
+
:'event_attributes' => :'event_attributes',
|
91
|
+
:'event_updates' => :'event_updates',
|
92
|
+
:'contents' => :'contents',
|
93
|
+
:'headings' => :'headings',
|
94
|
+
:'stale_date' => :'stale_date',
|
95
|
+
:'priority' => :'priority',
|
96
|
+
:'ios_relevance_score' => :'ios_relevance_score',
|
97
|
+
:'idempotency_key' => :'idempotency_key',
|
98
|
+
:'include_aliases' => :'include_aliases',
|
99
|
+
:'include_subscription_ids' => :'include_subscription_ids',
|
100
|
+
:'included_segments' => :'included_segments',
|
101
|
+
:'excluded_segments' => :'excluded_segments',
|
102
|
+
:'filters' => :'filters'
|
103
|
+
}
|
104
|
+
end
|
105
|
+
|
106
|
+
# Returns all the JSON keys this model knows about
|
107
|
+
def self.acceptable_attributes
|
108
|
+
attribute_map.values
|
109
|
+
end
|
110
|
+
|
111
|
+
# Attribute type mapping.
|
112
|
+
def self.openapi_types
|
113
|
+
{
|
114
|
+
:'name' => :'String',
|
115
|
+
:'event' => :'String',
|
116
|
+
:'activity_id' => :'String',
|
117
|
+
:'event_attributes' => :'Object',
|
118
|
+
:'event_updates' => :'Object',
|
119
|
+
:'contents' => :'LanguageStringMap',
|
120
|
+
:'headings' => :'LanguageStringMap',
|
121
|
+
:'stale_date' => :'Integer',
|
122
|
+
:'priority' => :'Integer',
|
123
|
+
:'ios_relevance_score' => :'Float',
|
124
|
+
:'idempotency_key' => :'String',
|
125
|
+
:'include_aliases' => :'Hash<String, Array<String>>',
|
126
|
+
:'include_subscription_ids' => :'Array<String>',
|
127
|
+
:'included_segments' => :'Array<String>',
|
128
|
+
:'excluded_segments' => :'Array<String>',
|
129
|
+
:'filters' => :'Array<FilterExpression>'
|
130
|
+
}
|
131
|
+
end
|
132
|
+
|
133
|
+
# List of attributes with nullable: true
|
134
|
+
def self.openapi_nullable
|
135
|
+
Set.new([
|
136
|
+
:'ios_relevance_score',
|
137
|
+
:'idempotency_key',
|
138
|
+
:'include_aliases',
|
139
|
+
:'include_subscription_ids',
|
140
|
+
:'included_segments',
|
141
|
+
:'excluded_segments',
|
142
|
+
:'filters'
|
143
|
+
])
|
144
|
+
end
|
145
|
+
|
146
|
+
# Initializes the object
|
147
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
148
|
+
def initialize(attributes = {})
|
149
|
+
if (!attributes.is_a?(Hash))
|
150
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `OneSignal::StartLiveActivityRequest` initialize method"
|
151
|
+
end
|
152
|
+
|
153
|
+
# check to see if the attribute exists and convert string to symbol for hash key
|
154
|
+
attributes = attributes.each_with_object({}) { |(k, v), h|
|
155
|
+
if (!self.class.attribute_map.key?(k.to_sym))
|
156
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `OneSignal::StartLiveActivityRequest`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
157
|
+
end
|
158
|
+
h[k.to_sym] = v
|
159
|
+
}
|
160
|
+
|
161
|
+
if attributes.key?(:'name')
|
162
|
+
self.name = attributes[:'name']
|
163
|
+
end
|
164
|
+
|
165
|
+
if attributes.key?(:'event')
|
166
|
+
self.event = attributes[:'event']
|
167
|
+
else
|
168
|
+
self.event = 'start'
|
169
|
+
end
|
170
|
+
|
171
|
+
if attributes.key?(:'activity_id')
|
172
|
+
self.activity_id = attributes[:'activity_id']
|
173
|
+
end
|
174
|
+
|
175
|
+
if attributes.key?(:'event_attributes')
|
176
|
+
self.event_attributes = attributes[:'event_attributes']
|
177
|
+
end
|
178
|
+
|
179
|
+
if attributes.key?(:'event_updates')
|
180
|
+
self.event_updates = attributes[:'event_updates']
|
181
|
+
end
|
182
|
+
|
183
|
+
if attributes.key?(:'contents')
|
184
|
+
self.contents = attributes[:'contents']
|
185
|
+
end
|
186
|
+
|
187
|
+
if attributes.key?(:'headings')
|
188
|
+
self.headings = attributes[:'headings']
|
189
|
+
end
|
190
|
+
|
191
|
+
if attributes.key?(:'stale_date')
|
192
|
+
self.stale_date = attributes[:'stale_date']
|
193
|
+
end
|
194
|
+
|
195
|
+
if attributes.key?(:'priority')
|
196
|
+
self.priority = attributes[:'priority']
|
197
|
+
end
|
198
|
+
|
199
|
+
if attributes.key?(:'ios_relevance_score')
|
200
|
+
self.ios_relevance_score = attributes[:'ios_relevance_score']
|
201
|
+
end
|
202
|
+
|
203
|
+
if attributes.key?(:'idempotency_key')
|
204
|
+
self.idempotency_key = attributes[:'idempotency_key']
|
205
|
+
end
|
206
|
+
|
207
|
+
if attributes.key?(:'include_aliases')
|
208
|
+
if (value = attributes[:'include_aliases']).is_a?(Hash)
|
209
|
+
self.include_aliases = value
|
210
|
+
end
|
211
|
+
end
|
212
|
+
|
213
|
+
if attributes.key?(:'include_subscription_ids')
|
214
|
+
if (value = attributes[:'include_subscription_ids']).is_a?(Array)
|
215
|
+
self.include_subscription_ids = value
|
216
|
+
end
|
217
|
+
end
|
218
|
+
|
219
|
+
if attributes.key?(:'included_segments')
|
220
|
+
if (value = attributes[:'included_segments']).is_a?(Array)
|
221
|
+
self.included_segments = value
|
222
|
+
end
|
223
|
+
end
|
224
|
+
|
225
|
+
if attributes.key?(:'excluded_segments')
|
226
|
+
if (value = attributes[:'excluded_segments']).is_a?(Array)
|
227
|
+
self.excluded_segments = value
|
228
|
+
end
|
229
|
+
end
|
230
|
+
|
231
|
+
if attributes.key?(:'filters')
|
232
|
+
if (value = attributes[:'filters']).is_a?(Array)
|
233
|
+
self.filters = value
|
234
|
+
end
|
235
|
+
end
|
236
|
+
end
|
237
|
+
|
238
|
+
# Show invalid properties with the reasons. Usually used together with valid?
|
239
|
+
# @return Array for valid properties with the reasons
|
240
|
+
def list_invalid_properties
|
241
|
+
invalid_properties = Array.new
|
242
|
+
if @name.nil?
|
243
|
+
invalid_properties.push('invalid value for "name", name cannot be nil.')
|
244
|
+
end
|
245
|
+
|
246
|
+
if @event.nil?
|
247
|
+
invalid_properties.push('invalid value for "event", event cannot be nil.')
|
248
|
+
end
|
249
|
+
|
250
|
+
if @activity_id.nil?
|
251
|
+
invalid_properties.push('invalid value for "activity_id", activity_id cannot be nil.')
|
252
|
+
end
|
253
|
+
|
254
|
+
if @event_attributes.nil?
|
255
|
+
invalid_properties.push('invalid value for "event_attributes", event_attributes cannot be nil.')
|
256
|
+
end
|
257
|
+
|
258
|
+
if @event_updates.nil?
|
259
|
+
invalid_properties.push('invalid value for "event_updates", event_updates cannot be nil.')
|
260
|
+
end
|
261
|
+
|
262
|
+
if @contents.nil?
|
263
|
+
invalid_properties.push('invalid value for "contents", contents cannot be nil.')
|
264
|
+
end
|
265
|
+
|
266
|
+
if @headings.nil?
|
267
|
+
invalid_properties.push('invalid value for "headings", headings cannot be nil.')
|
268
|
+
end
|
269
|
+
|
270
|
+
invalid_properties
|
271
|
+
end
|
272
|
+
|
273
|
+
# Check to see if the all the properties in the model are valid
|
274
|
+
# @return true if the model is valid
|
275
|
+
def valid?
|
276
|
+
return false if @name.nil?
|
277
|
+
return false if @event.nil?
|
278
|
+
event_validator = EnumAttributeValidator.new('String', ["start"])
|
279
|
+
return false unless event_validator.valid?(@event)
|
280
|
+
return false if @activity_id.nil?
|
281
|
+
return false if @event_attributes.nil?
|
282
|
+
return false if @event_updates.nil?
|
283
|
+
return false if @contents.nil?
|
284
|
+
return false if @headings.nil?
|
285
|
+
true
|
286
|
+
end
|
287
|
+
|
288
|
+
# Custom attribute writer method checking allowed values (enum).
|
289
|
+
# @param [Object] event Object to be assigned
|
290
|
+
def event=(event)
|
291
|
+
validator = EnumAttributeValidator.new('String', ["start"])
|
292
|
+
unless validator.valid?(event)
|
293
|
+
fail ArgumentError, "invalid value for \"event\", must be one of #{validator.allowable_values}."
|
294
|
+
end
|
295
|
+
@event = event
|
296
|
+
end
|
297
|
+
|
298
|
+
# Checks equality by comparing each attribute.
|
299
|
+
# @param [Object] Object to be compared
|
300
|
+
def ==(o)
|
301
|
+
return true if self.equal?(o)
|
302
|
+
self.class == o.class &&
|
303
|
+
name == o.name &&
|
304
|
+
event == o.event &&
|
305
|
+
activity_id == o.activity_id &&
|
306
|
+
event_attributes == o.event_attributes &&
|
307
|
+
event_updates == o.event_updates &&
|
308
|
+
contents == o.contents &&
|
309
|
+
headings == o.headings &&
|
310
|
+
stale_date == o.stale_date &&
|
311
|
+
priority == o.priority &&
|
312
|
+
ios_relevance_score == o.ios_relevance_score &&
|
313
|
+
idempotency_key == o.idempotency_key &&
|
314
|
+
include_aliases == o.include_aliases &&
|
315
|
+
include_subscription_ids == o.include_subscription_ids &&
|
316
|
+
included_segments == o.included_segments &&
|
317
|
+
excluded_segments == o.excluded_segments &&
|
318
|
+
filters == o.filters
|
319
|
+
end
|
320
|
+
|
321
|
+
# @see the `==` method
|
322
|
+
# @param [Object] Object to be compared
|
323
|
+
def eql?(o)
|
324
|
+
self == o
|
325
|
+
end
|
326
|
+
|
327
|
+
# Calculates hash code according to all attributes.
|
328
|
+
# @return [Integer] Hash code
|
329
|
+
def hash
|
330
|
+
[name, event, activity_id, event_attributes, event_updates, contents, headings, stale_date, priority, ios_relevance_score, idempotency_key, include_aliases, include_subscription_ids, included_segments, excluded_segments, filters].hash
|
331
|
+
end
|
332
|
+
|
333
|
+
# Builds the object from hash
|
334
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
335
|
+
# @return [Object] Returns the model itself
|
336
|
+
def self.build_from_hash(attributes)
|
337
|
+
new.build_from_hash(attributes)
|
338
|
+
end
|
339
|
+
|
340
|
+
# Builds the object from hash
|
341
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
342
|
+
# @return [Object] Returns the model itself
|
343
|
+
def build_from_hash(attributes)
|
344
|
+
return nil unless attributes.is_a?(Hash)
|
345
|
+
attributes = attributes.transform_keys(&:to_sym)
|
346
|
+
self.class.openapi_types.each_pair do |key, type|
|
347
|
+
if attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
|
348
|
+
self.send("#{key}=", nil)
|
349
|
+
elsif type =~ /\AArray<(.*)>/i
|
350
|
+
# check to ensure the input is an array given that the attribute
|
351
|
+
# is documented as an array but the input is not
|
352
|
+
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
353
|
+
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
354
|
+
end
|
355
|
+
elsif !attributes[self.class.attribute_map[key]].nil?
|
356
|
+
self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
357
|
+
end
|
358
|
+
end
|
359
|
+
|
360
|
+
self
|
361
|
+
end
|
362
|
+
|
363
|
+
# Deserializes the data based on type
|
364
|
+
# @param string type Data type
|
365
|
+
# @param string value Value to be deserialized
|
366
|
+
# @return [Object] Deserialized data
|
367
|
+
def _deserialize(type, value)
|
368
|
+
case type.to_sym
|
369
|
+
when :Time
|
370
|
+
Time.parse(value)
|
371
|
+
when :Date
|
372
|
+
Date.parse(value)
|
373
|
+
when :String
|
374
|
+
value.to_s
|
375
|
+
when :Integer
|
376
|
+
value.to_i
|
377
|
+
when :Float
|
378
|
+
value.to_f
|
379
|
+
when :Boolean
|
380
|
+
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
381
|
+
true
|
382
|
+
else
|
383
|
+
false
|
384
|
+
end
|
385
|
+
when :Object
|
386
|
+
# generic object (usually a Hash), return directly
|
387
|
+
value
|
388
|
+
when /\AArray<(?<inner_type>.+)>\z/
|
389
|
+
inner_type = Regexp.last_match[:inner_type]
|
390
|
+
value.map { |v| _deserialize(inner_type, v) }
|
391
|
+
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
392
|
+
k_type = Regexp.last_match[:k_type]
|
393
|
+
v_type = Regexp.last_match[:v_type]
|
394
|
+
{}.tap do |hash|
|
395
|
+
value.each do |k, v|
|
396
|
+
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
397
|
+
end
|
398
|
+
end
|
399
|
+
else # model
|
400
|
+
# models (e.g. Pet) or oneOf
|
401
|
+
klass = OneSignal.const_get(type)
|
402
|
+
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
403
|
+
end
|
404
|
+
end
|
405
|
+
|
406
|
+
# Returns the string representation of the object
|
407
|
+
# @return [String] String presentation of the object
|
408
|
+
def to_s
|
409
|
+
to_hash.to_s
|
410
|
+
end
|
411
|
+
|
412
|
+
# to_body is an alias to to_hash (backward compatibility)
|
413
|
+
# @return [Hash] Returns the object in the form of hash
|
414
|
+
def to_body
|
415
|
+
to_hash
|
416
|
+
end
|
417
|
+
|
418
|
+
# Returns the object in the form of hash
|
419
|
+
# @return [Hash] Returns the object in the form of hash
|
420
|
+
def to_hash
|
421
|
+
hash = {}
|
422
|
+
self.class.attribute_map.each_pair do |attr, param|
|
423
|
+
value = self.send(attr)
|
424
|
+
if value.nil?
|
425
|
+
is_nullable = self.class.openapi_nullable.include?(attr)
|
426
|
+
next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
|
427
|
+
end
|
428
|
+
|
429
|
+
hash[param] = _to_hash(value)
|
430
|
+
end
|
431
|
+
hash
|
432
|
+
end
|
433
|
+
|
434
|
+
# Outputs non-array value in the form of hash
|
435
|
+
# For object, use to_hash. Otherwise, just return the value
|
436
|
+
# @param [Object] value Any valid value
|
437
|
+
# @return [Hash] Returns the value in the form of hash
|
438
|
+
def _to_hash(value)
|
439
|
+
if value.is_a?(Array)
|
440
|
+
value.compact.map { |v| _to_hash(v) }
|
441
|
+
elsif value.is_a?(Hash)
|
442
|
+
{}.tap do |hash|
|
443
|
+
value.each { |k, v| hash[k] = _to_hash(v) }
|
444
|
+
end
|
445
|
+
elsif value.respond_to? :to_hash
|
446
|
+
value.to_hash
|
447
|
+
else
|
448
|
+
value
|
449
|
+
end
|
450
|
+
end
|
451
|
+
|
452
|
+
end
|
453
|
+
|
454
|
+
end
|