aspose_email_cloud 19.12.0 → 20.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (77) hide show
  1. checksums.yaml +4 -4
  2. data/lib/aspose-email-cloud.rb +65 -0
  3. data/lib/aspose-email-cloud/api/email_api.rb +158 -1
  4. data/lib/aspose-email-cloud/models/ai_bcr_parse_ocr_data_rq.rb +230 -0
  5. data/lib/aspose-email-cloud/models/alternate_view.rb +279 -0
  6. data/lib/aspose-email-cloud/models/append_email_model_rq.rb +333 -0
  7. data/lib/aspose-email-cloud/models/associated_person.rb +241 -0
  8. data/lib/aspose-email-cloud/models/attachment.rb +321 -0
  9. data/lib/aspose-email-cloud/models/attachment_base.rb +251 -0
  10. data/lib/aspose-email-cloud/models/base_object.rb +86 -86
  11. data/lib/aspose-email-cloud/models/calendar_dto.rb +554 -0
  12. data/lib/aspose-email-cloud/models/calendar_dto_alternate_rq.rb +265 -0
  13. data/lib/aspose-email-cloud/models/calendar_dto_list.rb +212 -0
  14. data/lib/aspose-email-cloud/models/calendar_reminder.rb +315 -0
  15. data/lib/aspose-email-cloud/models/contact_dto.rb +696 -0
  16. data/lib/aspose-email-cloud/models/contact_dto_list.rb +212 -0
  17. data/lib/aspose-email-cloud/models/contact_photo.rb +228 -0
  18. data/lib/aspose-email-cloud/models/content_type.rb +264 -0
  19. data/lib/aspose-email-cloud/models/content_type_parameter.rb +223 -0
  20. data/lib/aspose-email-cloud/models/customer_event.rb +228 -0
  21. data/lib/aspose-email-cloud/models/email_address.rb +267 -0
  22. data/lib/aspose-email-cloud/models/email_dto.rb +678 -0
  23. data/lib/aspose-email-cloud/models/email_dto_list.rb +212 -0
  24. data/lib/aspose-email-cloud/models/enum_with_custom_of_associated_person_category.rb +227 -0
  25. data/lib/aspose-email-cloud/models/enum_with_custom_of_email_address_category.rb +227 -0
  26. data/lib/aspose-email-cloud/models/enum_with_custom_of_event_category.rb +227 -0
  27. data/lib/aspose-email-cloud/models/enum_with_custom_of_instant_messenger_category.rb +227 -0
  28. data/lib/aspose-email-cloud/models/enum_with_custom_of_phone_number_category.rb +227 -0
  29. data/lib/aspose-email-cloud/models/enum_with_custom_of_postal_address_category.rb +227 -0
  30. data/lib/aspose-email-cloud/models/enum_with_custom_of_url_category.rb +227 -0
  31. data/lib/aspose-email-cloud/models/hierarchical_object.rb +101 -101
  32. data/lib/aspose-email-cloud/models/indexed_hierarchical_object.rb +119 -119
  33. data/lib/aspose-email-cloud/models/indexed_primitive_object.rb +117 -117
  34. data/lib/aspose-email-cloud/models/instant_messenger_address.rb +241 -0
  35. data/lib/aspose-email-cloud/models/linked_resource.rb +264 -0
  36. data/lib/aspose-email-cloud/models/list_response_of_contact_dto.rb +211 -0
  37. data/lib/aspose-email-cloud/models/list_response_of_email_dto.rb +211 -0
  38. data/lib/aspose-email-cloud/models/list_response_of_storage_model_of_calendar_dto.rb +211 -0
  39. data/lib/aspose-email-cloud/models/list_response_of_storage_model_of_contact_dto.rb +211 -0
  40. data/lib/aspose-email-cloud/models/list_response_of_storage_model_of_email_dto.rb +211 -0
  41. data/lib/aspose-email-cloud/models/mail_address.rb +241 -0
  42. data/lib/aspose-email-cloud/models/phone_number.rb +241 -0
  43. data/lib/aspose-email-cloud/models/postal_address.rb +350 -0
  44. data/lib/aspose-email-cloud/models/primitive_object.rb +99 -99
  45. data/lib/aspose-email-cloud/models/reminder_attendee.rb +210 -0
  46. data/lib/aspose-email-cloud/models/reminder_trigger.rb +246 -0
  47. data/lib/aspose-email-cloud/models/requests/ai_bcr_parse_model_request_data.rb +75 -0
  48. data/lib/aspose-email-cloud/models/requests/ai_bcr_parse_ocr_data_model_request_data.rb +75 -0
  49. data/lib/aspose-email-cloud/models/requests/append_email_model_message_request_data.rb +75 -0
  50. data/lib/aspose-email-cloud/models/requests/convert_calendar_model_to_alternate_request_data.rb +75 -0
  51. data/lib/aspose-email-cloud/models/requests/convert_email_request_data.rb +83 -0
  52. data/lib/aspose-email-cloud/models/requests/fetch_email_model_request_data.rb +93 -0
  53. data/lib/aspose-email-cloud/models/requests/get_calendar_model_as_alternate_request_data.rb +91 -0
  54. data/lib/aspose-email-cloud/models/requests/get_calendar_model_list_request_data.rb +85 -0
  55. data/lib/aspose-email-cloud/models/requests/get_calendar_model_request_data.rb +81 -0
  56. data/lib/aspose-email-cloud/models/requests/get_contact_model_list_request_data.rb +87 -0
  57. data/lib/aspose-email-cloud/models/requests/get_contact_model_request_data.rb +88 -0
  58. data/lib/aspose-email-cloud/models/requests/get_email_as_file_request_data.rb +88 -0
  59. data/lib/aspose-email-cloud/models/requests/get_email_model_list_request_data.rb +87 -0
  60. data/lib/aspose-email-cloud/models/requests/get_email_model_request_data.rb +88 -0
  61. data/lib/aspose-email-cloud/models/requests/list_email_messages_request_data.rb +1 -1
  62. data/lib/aspose-email-cloud/models/requests/list_email_models_request_data.rb +105 -0
  63. data/lib/aspose-email-cloud/models/requests/save_calendar_model_request_data.rb +82 -0
  64. data/lib/aspose-email-cloud/models/requests/save_contact_model_request_data.rb +89 -0
  65. data/lib/aspose-email-cloud/models/requests/save_email_model_request_data.rb +89 -0
  66. data/lib/aspose-email-cloud/models/requests/send_email_model_request_data.rb +75 -0
  67. data/lib/aspose-email-cloud/models/send_email_model_rq.rb +273 -0
  68. data/lib/aspose-email-cloud/models/storage_model_of_calendar_dto.rb +222 -0
  69. data/lib/aspose-email-cloud/models/storage_model_of_contact_dto.rb +222 -0
  70. data/lib/aspose-email-cloud/models/storage_model_of_email_dto.rb +222 -0
  71. data/lib/aspose-email-cloud/models/storage_model_rq_of_calendar_dto.rb +222 -0
  72. data/lib/aspose-email-cloud/models/storage_model_rq_of_contact_dto.rb +222 -0
  73. data/lib/aspose-email-cloud/models/storage_model_rq_of_email_dto.rb +222 -0
  74. data/lib/aspose-email-cloud/models/url.rb +241 -0
  75. data/lib/aspose-email-cloud/models/value_response.rb +1 -1
  76. data/lib/aspose-email-cloud/version.rb +1 -1
  77. metadata +67 -2
@@ -0,0 +1,227 @@
1
+ # ----------------------------------------------------------------------------
2
+ # <copyright company="Aspose" file="EnumWithCustomOfUrlCategory.rb">
3
+ # Copyright (c) 2018-2019 Aspose Pty Ltd. All rights reserved.
4
+ # </copyright>
5
+ # <summary>
6
+ # Permission is hereby granted, free of charge, to any person obtaining a
7
+ # copy of this software and associated documentation files (the "Software"),
8
+ # to deal in the Software without restriction, including without limitation
9
+ # the rights to use, copy, modify, merge, publish, distribute, sublicense,
10
+ # and/or sell copies of the Software, and to permit persons to whom the
11
+ # Software is furnished to do so, subject to the following conditions:
12
+ #
13
+ # The above copyright notice and this permission notice shall be included in
14
+ # all copies or substantial portions of the Software.
15
+ #
16
+ # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17
+ # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18
+ # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19
+ # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20
+ # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
21
+ # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
22
+ # DEALINGS IN THE SOFTWARE.
23
+ # </summary>
24
+ # ----------------------------------------------------------------------------
25
+
26
+
27
+ require 'date'
28
+
29
+ module AsposeEmailCloud
30
+ class EnumWithCustomOfUrlCategory
31
+ # Url category. Enum, available values: Profile, HomePage, Home, Work, Blog, Ftp, Custom
32
+ # @return [String]
33
+ attr_accessor :value
34
+
35
+
36
+ # @return [String]
37
+ attr_accessor :description
38
+
39
+ # Attribute mapping from ruby-style variable name to JSON key.
40
+ def self.attribute_map
41
+ {
42
+ :'value' => :'value',
43
+ :'description' => :'description'
44
+ }
45
+ end
46
+
47
+ # Attribute type mapping.
48
+ def self.swagger_types
49
+ {
50
+ :'value' => :'String',
51
+ :'description' => :'String'
52
+ }
53
+ end
54
+
55
+ # Initializes the object
56
+ # @param [Hash] attributes Model attributes in the form of hash
57
+ def initialize(attributes = {})
58
+ return unless attributes.is_a?(Hash)
59
+
60
+ # convert string to symbol for hash key
61
+ attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
62
+
63
+ if attributes.has_key?(:'value')
64
+ self.value = attributes[:'value']
65
+ end
66
+
67
+ if attributes.has_key?(:'description')
68
+ self.description = attributes[:'description']
69
+ end
70
+ end
71
+
72
+ # Initializes the object
73
+ # @param [String] value Url category. Enum, available values: Profile, HomePage, Home, Work, Blog, Ftp, Custom
74
+ # @param [String] description
75
+ def initialize(value=nil, description=nil)
76
+ self.value = value if value
77
+ self.description = description if description
78
+ end
79
+
80
+ # Show invalid properties with the reasons. Usually used together with valid?
81
+ # @return Array for valid properties with the reasons
82
+ def list_invalid_properties
83
+ invalid_properties = Array.new
84
+ if @value.nil?
85
+ invalid_properties.push('invalid value for "value", value cannot be nil.')
86
+ end
87
+
88
+ invalid_properties
89
+ end
90
+
91
+ # Check to see if the all the properties in the model are valid
92
+ # @return true if the model is valid
93
+ def valid?
94
+ return false if @value.nil?
95
+ true
96
+ end
97
+
98
+ # Checks equality by comparing each attribute.
99
+ # @param [Object] Object to be compared
100
+ def ==(o)
101
+ return true if self.equal?(o)
102
+ self.class == o.class &&
103
+ value == o.value &&
104
+ description == o.description
105
+ end
106
+
107
+ # @see the `==` method
108
+ # @param [Object] Object to be compared
109
+ def eql?(o)
110
+ self == o
111
+ end
112
+
113
+ # Calculates hash code according to all attributes.
114
+ # @return [Fixnum] Hash code
115
+ def hash
116
+ [value, description].hash
117
+ end
118
+
119
+ # Builds the object from hash
120
+ # @param [Hash] attributes Model attributes in the form of hash
121
+ # @return [Object] Returns the model itself
122
+ def build_from_hash(attributes)
123
+ return nil unless attributes.is_a?(Hash)
124
+ self.class.swagger_types.each_pair do |key, type|
125
+ attribute_key = self.class.attribute_map[key]
126
+ attribute_key = (attribute_key[0, 1].downcase + attribute_key[1..-1]).to_sym
127
+ if type =~ /\AArray<(.*)>/i
128
+ # check to ensure the input is an array given that the the attribute
129
+ # is documented as an array but the input is not
130
+ if attributes[attribute_key].is_a?(Array)
131
+ self.send("#{key}=", attributes[attribute_key].map { |v| _deserialize($1, v) })
132
+ end
133
+ elsif !attributes[attribute_key].nil?
134
+ self.send("#{key}=", _deserialize(type, attributes[attribute_key]))
135
+ end # or else data not found in attributes(hash), not an issue as the data can be optional
136
+ end
137
+
138
+ self
139
+ end
140
+
141
+ # Deserializes the data based on type
142
+ # @param string type Data type
143
+ # @param string value Value to be deserialized
144
+ # @return [Object] Deserialized data
145
+ def _deserialize(type, value)
146
+ case type.to_sym
147
+ when :DateTime
148
+ DateTime.parse(value)
149
+ when :Date
150
+ Date.parse(value)
151
+ when :String
152
+ value.to_s
153
+ when :Integer
154
+ value.to_i
155
+ when :Float
156
+ value.to_f
157
+ when :BOOLEAN
158
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
159
+ true
160
+ else
161
+ false
162
+ end
163
+ when :Object
164
+ # generic object (usually a Hash), return directly
165
+ value
166
+ when /\AArray<(?<inner_type>.+)>\z/
167
+ inner_type = Regexp.last_match[:inner_type]
168
+ value.map { |v| _deserialize(inner_type, v) }
169
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
170
+ k_type = Regexp.last_match[:k_type]
171
+ v_type = Regexp.last_match[:v_type]
172
+ {}.tap do |hash|
173
+ value.each do |k, v|
174
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
175
+ end
176
+ end
177
+ else # model
178
+ type = value[:type] || type
179
+ temp_model = AsposeEmailCloud.const_get(type).new
180
+ temp_model.build_from_hash(value)
181
+ end
182
+ end
183
+
184
+ # Returns the string representation of the object
185
+ # @return [String] String presentation of the object
186
+ def to_s
187
+ to_hash.to_s
188
+ end
189
+
190
+ # to_body is an alias to to_hash (backward compatibility)
191
+ # @return [Hash] Returns the object in the form of hash
192
+ def to_body
193
+ to_hash
194
+ end
195
+
196
+ # Returns the object in the form of hash
197
+ # @return [Hash] Returns the object in the form of hash
198
+ def to_hash
199
+ hash = {}
200
+ self.class.attribute_map.each_pair do |attr, param|
201
+ value = self.send(attr)
202
+ next if value.nil?
203
+ hash[param] = _to_hash(value)
204
+ end
205
+ hash
206
+ end
207
+
208
+ # Outputs non-array value in the form of hash
209
+ # For object, use to_hash. Otherwise, just return the value
210
+ # @param [Object] value Any valid value
211
+ # @return [Hash] Returns the value in the form of hash
212
+ def _to_hash(value)
213
+ if value.is_a?(Array)
214
+ value.compact.map { |v| _to_hash(v) }
215
+ elsif value.is_a?(Hash)
216
+ {}.tap do |hash|
217
+ value.each { |k, v| hash[k] = _to_hash(v) }
218
+ end
219
+ elsif value.respond_to? :to_hash
220
+ value.to_hash
221
+ else
222
+ value
223
+ end
224
+ end
225
+
226
+ end
227
+ end
@@ -27,112 +27,112 @@
27
27
  require 'date'
28
28
 
29
29
  module AsposeEmailCloud
30
- # Objects' properties hierarchical representation
31
- class HierarchicalObject
32
- # Gets or sets the name of an object.
33
- # @return [String]
34
- attr_accessor :name
35
-
36
- # Property type. Used for deserialization purposes
37
- # @return [String]
30
+ # Objects' properties hierarchical representation
31
+ class HierarchicalObject
32
+ # Gets or sets the name of an object.
33
+ # @return [String]
34
+ attr_accessor :name
35
+
36
+ # Property type. Used for deserialization purposes
37
+ # @return [String]
38
38
  def type #getter method
39
39
  self.class.name.split('::').last
40
40
  end
41
41
 
42
42
  def type=(type) #setter method, parameter ignored
43
43
  @type = self.class.name.split('::').last
44
- end
45
-
46
- # List of internal properties
47
- # @return [Array<BaseObject>]
48
- attr_accessor :internal_properties
49
-
50
- # Attribute mapping from ruby-style variable name to JSON key.
51
- def self.attribute_map
52
- {
53
- :'name' => :'name',
54
- :'type' => :'type',
55
- :'internal_properties' => :'internalProperties'
56
- }
57
- end
58
-
59
- # Attribute type mapping.
60
- def self.swagger_types
61
- {
62
- :'name' => :'String',
63
- :'type' => :'String',
64
- :'internal_properties' => :'Array<BaseObject>'
65
- }
66
- end
67
-
68
- # Initializes the object
69
- # @param [Hash] attributes Model attributes in the form of hash
70
- def initialize(attributes = {})
71
- return unless attributes.is_a?(Hash)
72
-
73
- # convert string to symbol for hash key
74
- attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
75
-
76
- if attributes.has_key?(:'name')
77
- self.name = attributes[:'name']
78
- end
79
-
80
- if attributes.has_key?(:'type')
81
- @type = self.class.name.split('::').last
82
- end
83
-
84
- if attributes.has_key?(:'internalProperties')
85
- if (value = attributes[:'internalProperties']).is_a?(Array)
86
- self.internal_properties = value
87
- end
88
- end
89
- end
90
-
91
- # Initializes the object
92
- # @param [String] name Gets or sets the name of an object.
93
- # @param [String] type Property type. Used for deserialization purposes
94
- # @param [Array<BaseObject>] internal_properties List of internal properties
95
- def initialize(name=nil, type=nil, internal_properties=nil)
96
- self.name = name if name
97
- @type = self.class.name.split('::').last if type
98
- self.internal_properties = internal_properties if internal_properties
99
- end
100
-
101
- # Show invalid properties with the reasons. Usually used together with valid?
102
- # @return Array for valid properties with the reasons
103
- def list_invalid_properties
104
- invalid_properties = Array.new
105
- invalid_properties
106
- end
107
-
108
- # Check to see if the all the properties in the model are valid
109
- # @return true if the model is valid
110
- def valid?
111
- true
112
- end
113
-
114
- # Checks equality by comparing each attribute.
115
- # @param [Object] Object to be compared
116
- def ==(o)
117
- return true if self.equal?(o)
118
- self.class == o.class &&
119
- name == o.name &&
120
- type == o.type &&
121
- internal_properties == o.internal_properties
122
- end
123
-
124
- # @see the `==` method
125
- # @param [Object] Object to be compared
126
- def eql?(o)
127
- self == o
128
- end
129
-
130
- # Calculates hash code according to all attributes.
131
- # @return [Fixnum] Hash code
132
- def hash
133
- [name, type, internal_properties].hash
134
- end
135
-
44
+ end
45
+
46
+ # List of internal properties
47
+ # @return [Array<BaseObject>]
48
+ attr_accessor :internal_properties
49
+
50
+ # Attribute mapping from ruby-style variable name to JSON key.
51
+ def self.attribute_map
52
+ {
53
+ :'name' => :'name',
54
+ :'type' => :'type',
55
+ :'internal_properties' => :'internalProperties'
56
+ }
57
+ end
58
+
59
+ # Attribute type mapping.
60
+ def self.swagger_types
61
+ {
62
+ :'name' => :'String',
63
+ :'type' => :'String',
64
+ :'internal_properties' => :'Array<BaseObject>'
65
+ }
66
+ end
67
+
68
+ # Initializes the object
69
+ # @param [Hash] attributes Model attributes in the form of hash
70
+ def initialize(attributes = {})
71
+ return unless attributes.is_a?(Hash)
72
+
73
+ # convert string to symbol for hash key
74
+ attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
75
+
76
+ if attributes.has_key?(:'name')
77
+ self.name = attributes[:'name']
78
+ end
79
+
80
+ if attributes.has_key?(:'type')
81
+ @type = self.class.name.split('::').last
82
+ end
83
+
84
+ if attributes.has_key?(:'internalProperties')
85
+ if (value = attributes[:'internalProperties']).is_a?(Array)
86
+ self.internal_properties = value
87
+ end
88
+ end
89
+ end
90
+
91
+ # Initializes the object
92
+ # @param [String] name Gets or sets the name of an object.
93
+ # @param [String] type Property type. Used for deserialization purposes
94
+ # @param [Array<BaseObject>] internal_properties List of internal properties
95
+ def initialize(name=nil, type=nil, internal_properties=nil)
96
+ self.name = name if name
97
+ @type = self.class.name.split('::').last if type
98
+ self.internal_properties = internal_properties if internal_properties
99
+ end
100
+
101
+ # Show invalid properties with the reasons. Usually used together with valid?
102
+ # @return Array for valid properties with the reasons
103
+ def list_invalid_properties
104
+ invalid_properties = Array.new
105
+ invalid_properties
106
+ end
107
+
108
+ # Check to see if the all the properties in the model are valid
109
+ # @return true if the model is valid
110
+ def valid?
111
+ true
112
+ end
113
+
114
+ # Checks equality by comparing each attribute.
115
+ # @param [Object] Object to be compared
116
+ def ==(o)
117
+ return true if self.equal?(o)
118
+ self.class == o.class &&
119
+ name == o.name &&
120
+ type == o.type &&
121
+ internal_properties == o.internal_properties
122
+ end
123
+
124
+ # @see the `==` method
125
+ # @param [Object] Object to be compared
126
+ def eql?(o)
127
+ self == o
128
+ end
129
+
130
+ # Calculates hash code according to all attributes.
131
+ # @return [Fixnum] Hash code
132
+ def hash
133
+ [name, type, internal_properties].hash
134
+ end
135
+
136
136
  # Builds the object from hash
137
137
  # @param [Hash] attributes Model attributes in the form of hash
138
138
  # @return [Object] Returns the model itself
@@ -239,6 +239,6 @@ module AsposeEmailCloud
239
239
  value
240
240
  end
241
241
  end
242
-
242
+
243
243
  end
244
244
  end
@@ -27,130 +27,130 @@
27
27
  require 'date'
28
28
 
29
29
  module AsposeEmailCloud
30
- # Indexed hierarchical property
31
- class IndexedHierarchicalObject
32
- # Gets or sets the name of an object.
33
- # @return [String]
34
- attr_accessor :name
35
-
36
- # Property type. Used for deserialization purposes
37
- # @return [String]
30
+ # Indexed hierarchical property
31
+ class IndexedHierarchicalObject
32
+ # Gets or sets the name of an object.
33
+ # @return [String]
34
+ attr_accessor :name
35
+
36
+ # Property type. Used for deserialization purposes
37
+ # @return [String]
38
38
  def type #getter method
39
39
  self.class.name.split('::').last
40
40
  end
41
41
 
42
42
  def type=(type) #setter method, parameter ignored
43
43
  @type = self.class.name.split('::').last
44
- end
45
-
46
- # Index of property in list
47
- # @return [Integer]
48
- attr_accessor :index
49
-
50
- # List of internal properties
51
- # @return [Array<BaseObject>]
52
- attr_accessor :internal_properties
53
-
54
- # Attribute mapping from ruby-style variable name to JSON key.
55
- def self.attribute_map
56
- {
57
- :'name' => :'name',
58
- :'type' => :'type',
59
- :'index' => :'index',
60
- :'internal_properties' => :'internalProperties'
61
- }
62
- end
63
-
64
- # Attribute type mapping.
65
- def self.swagger_types
66
- {
67
- :'name' => :'String',
68
- :'type' => :'String',
69
- :'index' => :'Integer',
70
- :'internal_properties' => :'Array<BaseObject>'
71
- }
72
- end
73
-
74
- # Initializes the object
75
- # @param [Hash] attributes Model attributes in the form of hash
76
- def initialize(attributes = {})
77
- return unless attributes.is_a?(Hash)
78
-
79
- # convert string to symbol for hash key
80
- attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
81
-
82
- if attributes.has_key?(:'name')
83
- self.name = attributes[:'name']
84
- end
85
-
86
- if attributes.has_key?(:'type')
87
- @type = self.class.name.split('::').last
88
- end
89
-
90
- if attributes.has_key?(:'index')
91
- self.index = attributes[:'index']
92
- end
93
-
94
- if attributes.has_key?(:'internalProperties')
95
- if (value = attributes[:'internalProperties']).is_a?(Array)
96
- self.internal_properties = value
97
- end
98
- end
99
- end
100
-
101
- # Initializes the object
102
- # @param [String] name Gets or sets the name of an object.
103
- # @param [String] type Property type. Used for deserialization purposes
104
- # @param [Integer] index Index of property in list
105
- # @param [Array<BaseObject>] internal_properties List of internal properties
106
- def initialize(name=nil, type=nil, index=nil, internal_properties=nil)
107
- self.name = name if name
108
- @type = self.class.name.split('::').last if type
109
- self.index = index if index
110
- self.internal_properties = internal_properties if internal_properties
111
- end
112
-
113
- # Show invalid properties with the reasons. Usually used together with valid?
114
- # @return Array for valid properties with the reasons
115
- def list_invalid_properties
116
- invalid_properties = Array.new
117
- if @index.nil?
118
- invalid_properties.push('invalid value for "index", index cannot be nil.')
119
- end
120
-
121
- invalid_properties
122
- end
123
-
124
- # Check to see if the all the properties in the model are valid
125
- # @return true if the model is valid
126
- def valid?
127
- return false if @index.nil?
128
- true
129
- end
130
-
131
- # Checks equality by comparing each attribute.
132
- # @param [Object] Object to be compared
133
- def ==(o)
134
- return true if self.equal?(o)
135
- self.class == o.class &&
136
- name == o.name &&
137
- type == o.type &&
138
- index == o.index &&
139
- internal_properties == o.internal_properties
140
- end
141
-
142
- # @see the `==` method
143
- # @param [Object] Object to be compared
144
- def eql?(o)
145
- self == o
146
- end
147
-
148
- # Calculates hash code according to all attributes.
149
- # @return [Fixnum] Hash code
150
- def hash
151
- [name, type, index, internal_properties].hash
152
- end
153
-
44
+ end
45
+
46
+ # Index of property in list
47
+ # @return [Integer]
48
+ attr_accessor :index
49
+
50
+ # List of internal properties
51
+ # @return [Array<BaseObject>]
52
+ attr_accessor :internal_properties
53
+
54
+ # Attribute mapping from ruby-style variable name to JSON key.
55
+ def self.attribute_map
56
+ {
57
+ :'name' => :'name',
58
+ :'type' => :'type',
59
+ :'index' => :'index',
60
+ :'internal_properties' => :'internalProperties'
61
+ }
62
+ end
63
+
64
+ # Attribute type mapping.
65
+ def self.swagger_types
66
+ {
67
+ :'name' => :'String',
68
+ :'type' => :'String',
69
+ :'index' => :'Integer',
70
+ :'internal_properties' => :'Array<BaseObject>'
71
+ }
72
+ end
73
+
74
+ # Initializes the object
75
+ # @param [Hash] attributes Model attributes in the form of hash
76
+ def initialize(attributes = {})
77
+ return unless attributes.is_a?(Hash)
78
+
79
+ # convert string to symbol for hash key
80
+ attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
81
+
82
+ if attributes.has_key?(:'name')
83
+ self.name = attributes[:'name']
84
+ end
85
+
86
+ if attributes.has_key?(:'type')
87
+ @type = self.class.name.split('::').last
88
+ end
89
+
90
+ if attributes.has_key?(:'index')
91
+ self.index = attributes[:'index']
92
+ end
93
+
94
+ if attributes.has_key?(:'internalProperties')
95
+ if (value = attributes[:'internalProperties']).is_a?(Array)
96
+ self.internal_properties = value
97
+ end
98
+ end
99
+ end
100
+
101
+ # Initializes the object
102
+ # @param [String] name Gets or sets the name of an object.
103
+ # @param [String] type Property type. Used for deserialization purposes
104
+ # @param [Integer] index Index of property in list
105
+ # @param [Array<BaseObject>] internal_properties List of internal properties
106
+ def initialize(name=nil, type=nil, index=nil, internal_properties=nil)
107
+ self.name = name if name
108
+ @type = self.class.name.split('::').last if type
109
+ self.index = index if index
110
+ self.internal_properties = internal_properties if internal_properties
111
+ end
112
+
113
+ # Show invalid properties with the reasons. Usually used together with valid?
114
+ # @return Array for valid properties with the reasons
115
+ def list_invalid_properties
116
+ invalid_properties = Array.new
117
+ if @index.nil?
118
+ invalid_properties.push('invalid value for "index", index cannot be nil.')
119
+ end
120
+
121
+ invalid_properties
122
+ end
123
+
124
+ # Check to see if the all the properties in the model are valid
125
+ # @return true if the model is valid
126
+ def valid?
127
+ return false if @index.nil?
128
+ true
129
+ end
130
+
131
+ # Checks equality by comparing each attribute.
132
+ # @param [Object] Object to be compared
133
+ def ==(o)
134
+ return true if self.equal?(o)
135
+ self.class == o.class &&
136
+ name == o.name &&
137
+ type == o.type &&
138
+ index == o.index &&
139
+ internal_properties == o.internal_properties
140
+ end
141
+
142
+ # @see the `==` method
143
+ # @param [Object] Object to be compared
144
+ def eql?(o)
145
+ self == o
146
+ end
147
+
148
+ # Calculates hash code according to all attributes.
149
+ # @return [Fixnum] Hash code
150
+ def hash
151
+ [name, type, index, internal_properties].hash
152
+ end
153
+
154
154
  # Builds the object from hash
155
155
  # @param [Hash] attributes Model attributes in the form of hash
156
156
  # @return [Object] Returns the model itself
@@ -257,6 +257,6 @@ module AsposeEmailCloud
257
257
  value
258
258
  end
259
259
  end
260
-
260
+
261
261
  end
262
262
  end