azure_mgmt_support 0.17.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (47) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE.txt +21 -0
  3. data/lib/2020-04-01/generated/azure_mgmt_support.rb +62 -0
  4. data/lib/2020-04-01/generated/azure_mgmt_support/communications.rb +661 -0
  5. data/lib/2020-04-01/generated/azure_mgmt_support/microsoft_support.rb +147 -0
  6. data/lib/2020-04-01/generated/azure_mgmt_support/models/check_name_availability_input.rb +59 -0
  7. data/lib/2020-04-01/generated/azure_mgmt_support/models/check_name_availability_output.rb +72 -0
  8. data/lib/2020-04-01/generated/azure_mgmt_support/models/communication_details.rb +145 -0
  9. data/lib/2020-04-01/generated/azure_mgmt_support/models/communication_direction.rb +16 -0
  10. data/lib/2020-04-01/generated/azure_mgmt_support/models/communication_type.rb +16 -0
  11. data/lib/2020-04-01/generated/azure_mgmt_support/models/communications_list_result.rb +99 -0
  12. data/lib/2020-04-01/generated/azure_mgmt_support/models/contact_profile.rb +156 -0
  13. data/lib/2020-04-01/generated/azure_mgmt_support/models/exception_response.rb +47 -0
  14. data/lib/2020-04-01/generated/azure_mgmt_support/models/operation.rb +59 -0
  15. data/lib/2020-04-01/generated/azure_mgmt_support/models/operation_display.rb +84 -0
  16. data/lib/2020-04-01/generated/azure_mgmt_support/models/operations_list_result.rb +56 -0
  17. data/lib/2020-04-01/generated/azure_mgmt_support/models/preferred_contact_method.rb +16 -0
  18. data/lib/2020-04-01/generated/azure_mgmt_support/models/problem_classification.rb +83 -0
  19. data/lib/2020-04-01/generated/azure_mgmt_support/models/problem_classifications_list_result.rb +56 -0
  20. data/lib/2020-04-01/generated/azure_mgmt_support/models/quota_change_request.rb +58 -0
  21. data/lib/2020-04-01/generated/azure_mgmt_support/models/quota_ticket_details.rb +82 -0
  22. data/lib/2020-04-01/generated/azure_mgmt_support/models/service.rb +101 -0
  23. data/lib/2020-04-01/generated/azure_mgmt_support/models/service_error.rb +89 -0
  24. data/lib/2020-04-01/generated/azure_mgmt_support/models/service_error_detail.rb +70 -0
  25. data/lib/2020-04-01/generated/azure_mgmt_support/models/service_level_agreement.rb +73 -0
  26. data/lib/2020-04-01/generated/azure_mgmt_support/models/services_list_result.rb +55 -0
  27. data/lib/2020-04-01/generated/azure_mgmt_support/models/severity_level.rb +18 -0
  28. data/lib/2020-04-01/generated/azure_mgmt_support/models/status.rb +16 -0
  29. data/lib/2020-04-01/generated/azure_mgmt_support/models/support_engineer.rb +48 -0
  30. data/lib/2020-04-01/generated/azure_mgmt_support/models/support_ticket_details.rb +321 -0
  31. data/lib/2020-04-01/generated/azure_mgmt_support/models/support_tickets_list_result.rb +99 -0
  32. data/lib/2020-04-01/generated/azure_mgmt_support/models/technical_ticket_details.rb +48 -0
  33. data/lib/2020-04-01/generated/azure_mgmt_support/models/type.rb +16 -0
  34. data/lib/2020-04-01/generated/azure_mgmt_support/models/update_contact_profile.rb +156 -0
  35. data/lib/2020-04-01/generated/azure_mgmt_support/models/update_support_ticket.rb +73 -0
  36. data/lib/2020-04-01/generated/azure_mgmt_support/module_definition.rb +9 -0
  37. data/lib/2020-04-01/generated/azure_mgmt_support/operations.rb +109 -0
  38. data/lib/2020-04-01/generated/azure_mgmt_support/problem_classifications.rb +219 -0
  39. data/lib/2020-04-01/generated/azure_mgmt_support/services.rb +222 -0
  40. data/lib/2020-04-01/generated/azure_mgmt_support/support_tickets.rb +854 -0
  41. data/lib/azure_mgmt_support.rb +6 -0
  42. data/lib/module_definition.rb +7 -0
  43. data/lib/profiles/latest/modules/support_profile_module.rb +189 -0
  44. data/lib/profiles/latest/support_latest_profile_client.rb +40 -0
  45. data/lib/profiles/latest/support_module_definition.rb +8 -0
  46. data/lib/version.rb +7 -0
  47. metadata +162 -0
@@ -0,0 +1,89 @@
1
+ # encoding: utf-8
2
+ # Code generated by Microsoft (R) AutoRest Code Generator.
3
+ # Changes may cause incorrect behavior and will be lost if the code is
4
+ # regenerated.
5
+
6
+ module Azure::Support::Mgmt::V2020_04_01
7
+ module Models
8
+ #
9
+ # The API error details.
10
+ #
11
+ class ServiceError
12
+
13
+ include MsRestAzure
14
+
15
+ # @return [String] The error code.
16
+ attr_accessor :code
17
+
18
+ # @return [String] The error message.
19
+ attr_accessor :message
20
+
21
+ # @return [String] The target of the error.
22
+ attr_accessor :target
23
+
24
+ # @return [Array<ServiceErrorDetail>] The list of error details.
25
+ attr_accessor :details
26
+
27
+
28
+ #
29
+ # Mapper for ServiceError class as Ruby Hash.
30
+ # This will be used for serialization/deserialization.
31
+ #
32
+ def self.mapper()
33
+ {
34
+ client_side_validation: true,
35
+ required: false,
36
+ serialized_name: 'ServiceError',
37
+ type: {
38
+ name: 'Composite',
39
+ class_name: 'ServiceError',
40
+ model_properties: {
41
+ code: {
42
+ client_side_validation: true,
43
+ required: false,
44
+ serialized_name: 'code',
45
+ type: {
46
+ name: 'String'
47
+ }
48
+ },
49
+ message: {
50
+ client_side_validation: true,
51
+ required: false,
52
+ serialized_name: 'message',
53
+ type: {
54
+ name: 'String'
55
+ }
56
+ },
57
+ target: {
58
+ client_side_validation: true,
59
+ required: false,
60
+ serialized_name: 'target',
61
+ type: {
62
+ name: 'String'
63
+ }
64
+ },
65
+ details: {
66
+ client_side_validation: true,
67
+ required: false,
68
+ read_only: true,
69
+ serialized_name: 'details',
70
+ type: {
71
+ name: 'Sequence',
72
+ element: {
73
+ client_side_validation: true,
74
+ required: false,
75
+ serialized_name: 'ServiceErrorDetailElementType',
76
+ type: {
77
+ name: 'Composite',
78
+ class_name: 'ServiceErrorDetail'
79
+ }
80
+ }
81
+ }
82
+ }
83
+ }
84
+ }
85
+ }
86
+ end
87
+ end
88
+ end
89
+ end
@@ -0,0 +1,70 @@
1
+ # encoding: utf-8
2
+ # Code generated by Microsoft (R) AutoRest Code Generator.
3
+ # Changes may cause incorrect behavior and will be lost if the code is
4
+ # regenerated.
5
+
6
+ module Azure::Support::Mgmt::V2020_04_01
7
+ module Models
8
+ #
9
+ # The error details.
10
+ #
11
+ class ServiceErrorDetail
12
+
13
+ include MsRestAzure
14
+
15
+ # @return [String] The error code.
16
+ attr_accessor :code
17
+
18
+ # @return [String] The error message.
19
+ attr_accessor :message
20
+
21
+ # @return [String] The target of the error.
22
+ attr_accessor :target
23
+
24
+
25
+ #
26
+ # Mapper for ServiceErrorDetail class as Ruby Hash.
27
+ # This will be used for serialization/deserialization.
28
+ #
29
+ def self.mapper()
30
+ {
31
+ client_side_validation: true,
32
+ required: false,
33
+ serialized_name: 'ServiceErrorDetail',
34
+ type: {
35
+ name: 'Composite',
36
+ class_name: 'ServiceErrorDetail',
37
+ model_properties: {
38
+ code: {
39
+ client_side_validation: true,
40
+ required: false,
41
+ read_only: true,
42
+ serialized_name: 'code',
43
+ type: {
44
+ name: 'String'
45
+ }
46
+ },
47
+ message: {
48
+ client_side_validation: true,
49
+ required: false,
50
+ read_only: true,
51
+ serialized_name: 'message',
52
+ type: {
53
+ name: 'String'
54
+ }
55
+ },
56
+ target: {
57
+ client_side_validation: true,
58
+ required: false,
59
+ serialized_name: 'target',
60
+ type: {
61
+ name: 'String'
62
+ }
63
+ }
64
+ }
65
+ }
66
+ }
67
+ end
68
+ end
69
+ end
70
+ end
@@ -0,0 +1,73 @@
1
+ # encoding: utf-8
2
+ # Code generated by Microsoft (R) AutoRest Code Generator.
3
+ # Changes may cause incorrect behavior and will be lost if the code is
4
+ # regenerated.
5
+
6
+ module Azure::Support::Mgmt::V2020_04_01
7
+ module Models
8
+ #
9
+ # Service Level Agreement details for a support ticket.
10
+ #
11
+ class ServiceLevelAgreement
12
+
13
+ include MsRestAzure
14
+
15
+ # @return [DateTime] Time in UTC (ISO 8601 format) when the service level
16
+ # agreement starts.
17
+ attr_accessor :start_time
18
+
19
+ # @return [DateTime] Time in UTC (ISO 8601 format) when the service level
20
+ # agreement expires.
21
+ attr_accessor :expiration_time
22
+
23
+ # @return [Integer] Service Level Agreement in minutes.
24
+ attr_accessor :sla_minutes
25
+
26
+
27
+ #
28
+ # Mapper for ServiceLevelAgreement class as Ruby Hash.
29
+ # This will be used for serialization/deserialization.
30
+ #
31
+ def self.mapper()
32
+ {
33
+ client_side_validation: true,
34
+ required: false,
35
+ serialized_name: 'ServiceLevelAgreement',
36
+ type: {
37
+ name: 'Composite',
38
+ class_name: 'ServiceLevelAgreement',
39
+ model_properties: {
40
+ start_time: {
41
+ client_side_validation: true,
42
+ required: false,
43
+ read_only: true,
44
+ serialized_name: 'startTime',
45
+ type: {
46
+ name: 'DateTime'
47
+ }
48
+ },
49
+ expiration_time: {
50
+ client_side_validation: true,
51
+ required: false,
52
+ read_only: true,
53
+ serialized_name: 'expirationTime',
54
+ type: {
55
+ name: 'DateTime'
56
+ }
57
+ },
58
+ sla_minutes: {
59
+ client_side_validation: true,
60
+ required: false,
61
+ read_only: true,
62
+ serialized_name: 'slaMinutes',
63
+ type: {
64
+ name: 'Number'
65
+ }
66
+ }
67
+ }
68
+ }
69
+ }
70
+ end
71
+ end
72
+ end
73
+ end
@@ -0,0 +1,55 @@
1
+ # encoding: utf-8
2
+ # Code generated by Microsoft (R) AutoRest Code Generator.
3
+ # Changes may cause incorrect behavior and will be lost if the code is
4
+ # regenerated.
5
+
6
+ module Azure::Support::Mgmt::V2020_04_01
7
+ module Models
8
+ #
9
+ # Collection of Service resources.
10
+ #
11
+ class ServicesListResult
12
+
13
+ include MsRestAzure
14
+
15
+ # @return [Array<Service>] List of Service resources.
16
+ attr_accessor :value
17
+
18
+
19
+ #
20
+ # Mapper for ServicesListResult class as Ruby Hash.
21
+ # This will be used for serialization/deserialization.
22
+ #
23
+ def self.mapper()
24
+ {
25
+ client_side_validation: true,
26
+ required: false,
27
+ serialized_name: 'ServicesListResult',
28
+ type: {
29
+ name: 'Composite',
30
+ class_name: 'ServicesListResult',
31
+ model_properties: {
32
+ value: {
33
+ client_side_validation: true,
34
+ required: false,
35
+ serialized_name: 'value',
36
+ type: {
37
+ name: 'Sequence',
38
+ element: {
39
+ client_side_validation: true,
40
+ required: false,
41
+ serialized_name: 'ServiceElementType',
42
+ type: {
43
+ name: 'Composite',
44
+ class_name: 'Service'
45
+ }
46
+ }
47
+ }
48
+ }
49
+ }
50
+ }
51
+ }
52
+ end
53
+ end
54
+ end
55
+ end
@@ -0,0 +1,18 @@
1
+ # encoding: utf-8
2
+ # Code generated by Microsoft (R) AutoRest Code Generator.
3
+ # Changes may cause incorrect behavior and will be lost if the code is
4
+ # regenerated.
5
+
6
+ module Azure::Support::Mgmt::V2020_04_01
7
+ module Models
8
+ #
9
+ # Defines values for SeverityLevel
10
+ #
11
+ module SeverityLevel
12
+ Minimal = "minimal"
13
+ Moderate = "moderate"
14
+ Critical = "critical"
15
+ Highestcriticalimpact = "highestcriticalimpact"
16
+ end
17
+ end
18
+ end
@@ -0,0 +1,16 @@
1
+ # encoding: utf-8
2
+ # Code generated by Microsoft (R) AutoRest Code Generator.
3
+ # Changes may cause incorrect behavior and will be lost if the code is
4
+ # regenerated.
5
+
6
+ module Azure::Support::Mgmt::V2020_04_01
7
+ module Models
8
+ #
9
+ # Defines values for Status
10
+ #
11
+ module Status
12
+ Open = "open"
13
+ Closed = "closed"
14
+ end
15
+ end
16
+ end
@@ -0,0 +1,48 @@
1
+ # encoding: utf-8
2
+ # Code generated by Microsoft (R) AutoRest Code Generator.
3
+ # Changes may cause incorrect behavior and will be lost if the code is
4
+ # regenerated.
5
+
6
+ module Azure::Support::Mgmt::V2020_04_01
7
+ module Models
8
+ #
9
+ # Support engineer information.
10
+ #
11
+ class SupportEngineer
12
+
13
+ include MsRestAzure
14
+
15
+ # @return [String] Email address of the Azure Support engineer assigned
16
+ # to the support ticket.
17
+ attr_accessor :email_address
18
+
19
+
20
+ #
21
+ # Mapper for SupportEngineer class as Ruby Hash.
22
+ # This will be used for serialization/deserialization.
23
+ #
24
+ def self.mapper()
25
+ {
26
+ client_side_validation: true,
27
+ required: false,
28
+ serialized_name: 'SupportEngineer',
29
+ type: {
30
+ name: 'Composite',
31
+ class_name: 'SupportEngineer',
32
+ model_properties: {
33
+ email_address: {
34
+ client_side_validation: true,
35
+ required: false,
36
+ read_only: true,
37
+ serialized_name: 'emailAddress',
38
+ type: {
39
+ name: 'String'
40
+ }
41
+ }
42
+ }
43
+ }
44
+ }
45
+ end
46
+ end
47
+ end
48
+ end
@@ -0,0 +1,321 @@
1
+ # encoding: utf-8
2
+ # Code generated by Microsoft (R) AutoRest Code Generator.
3
+ # Changes may cause incorrect behavior and will be lost if the code is
4
+ # regenerated.
5
+
6
+ module Azure::Support::Mgmt::V2020_04_01
7
+ module Models
8
+ #
9
+ # Object that represents SupportTicketDetails resource.
10
+ #
11
+ class SupportTicketDetails
12
+
13
+ include MsRestAzure
14
+
15
+ # @return [String] Id of the resource.
16
+ attr_accessor :id
17
+
18
+ # @return [String] Name of the resource.
19
+ attr_accessor :name
20
+
21
+ # @return [String] Type of the resource
22
+ # 'Microsoft.Support/supportTickets'.
23
+ attr_accessor :type
24
+
25
+ # @return [String] System generated support ticket Id that is unique.
26
+ attr_accessor :support_ticket_id
27
+
28
+ # @return [String] Detailed description of the question or issue.
29
+ attr_accessor :description
30
+
31
+ # @return [String] Each Azure service has its own set of issue
32
+ # categories, also known as problem classification. This parameter is the
33
+ # unique Id for the type of problem you are experiencing.
34
+ attr_accessor :problem_classification_id
35
+
36
+ # @return [String] Localized name of problem classification.
37
+ attr_accessor :problem_classification_display_name
38
+
39
+ # @return [SeverityLevel] A value that indicates the urgency of the case,
40
+ # which in turn determines the response time according to the service
41
+ # level agreement of the technical support plan you have with Azure.
42
+ # Note: 'Highest critical impact' severity is reserved only for our
43
+ # Premium customers. Possible values include: 'minimal', 'moderate',
44
+ # 'critical', 'highestcriticalimpact'
45
+ attr_accessor :severity
46
+
47
+ # @return [String] Enrollment Id associated with the support ticket.
48
+ attr_accessor :enrollment_id
49
+
50
+ # @return [Boolean] Indicates if this requires a 24x7 response from
51
+ # Azure.
52
+ attr_accessor :require24x7response
53
+
54
+ # @return [ContactProfile] Contact information of the user requesting to
55
+ # create a support ticket.
56
+ attr_accessor :contact_details
57
+
58
+ # @return [ServiceLevelAgreement] Service Level Agreement information for
59
+ # this support ticket.
60
+ attr_accessor :service_level_agreement
61
+
62
+ # @return [SupportEngineer] Information about the support engineer
63
+ # working on this support ticket.
64
+ attr_accessor :support_engineer
65
+
66
+ # @return [String] Support plan type associated with the support ticket.
67
+ attr_accessor :support_plan_type
68
+
69
+ # @return [String] Title of the support ticket.
70
+ attr_accessor :title
71
+
72
+ # @return [DateTime] Time in UTC (ISO 8601 format) when the problem
73
+ # started.
74
+ attr_accessor :problem_start_time
75
+
76
+ # @return [String] This is the resource Id of the Azure service resource
77
+ # associated with the support ticket.
78
+ attr_accessor :service_id
79
+
80
+ # @return [String] Localized name of the Azure service.
81
+ attr_accessor :service_display_name
82
+
83
+ # @return [String] Status of the support ticket.
84
+ attr_accessor :status
85
+
86
+ # @return [DateTime] Time in UTC (ISO 8601 format) when the support
87
+ # ticket was created.
88
+ attr_accessor :created_date
89
+
90
+ # @return [DateTime] Time in UTC (ISO 8601 format) when the support
91
+ # ticket was last modified.
92
+ attr_accessor :modified_date
93
+
94
+ # @return [TechnicalTicketDetails] Additional ticket details associated
95
+ # with a technical support ticket request.
96
+ attr_accessor :technical_ticket_details
97
+
98
+ # @return [QuotaTicketDetails] Additional ticket details associated with
99
+ # a quota support ticket request.
100
+ attr_accessor :quota_ticket_details
101
+
102
+
103
+ #
104
+ # Mapper for SupportTicketDetails class as Ruby Hash.
105
+ # This will be used for serialization/deserialization.
106
+ #
107
+ def self.mapper()
108
+ {
109
+ client_side_validation: true,
110
+ required: false,
111
+ serialized_name: 'SupportTicketDetails',
112
+ type: {
113
+ name: 'Composite',
114
+ class_name: 'SupportTicketDetails',
115
+ model_properties: {
116
+ id: {
117
+ client_side_validation: true,
118
+ required: false,
119
+ read_only: true,
120
+ serialized_name: 'id',
121
+ type: {
122
+ name: 'String'
123
+ }
124
+ },
125
+ name: {
126
+ client_side_validation: true,
127
+ required: false,
128
+ read_only: true,
129
+ serialized_name: 'name',
130
+ type: {
131
+ name: 'String'
132
+ }
133
+ },
134
+ type: {
135
+ client_side_validation: true,
136
+ required: false,
137
+ read_only: true,
138
+ serialized_name: 'type',
139
+ type: {
140
+ name: 'String'
141
+ }
142
+ },
143
+ support_ticket_id: {
144
+ client_side_validation: true,
145
+ required: false,
146
+ serialized_name: 'properties.supportTicketId',
147
+ type: {
148
+ name: 'String'
149
+ }
150
+ },
151
+ description: {
152
+ client_side_validation: true,
153
+ required: true,
154
+ serialized_name: 'properties.description',
155
+ type: {
156
+ name: 'String'
157
+ }
158
+ },
159
+ problem_classification_id: {
160
+ client_side_validation: true,
161
+ required: true,
162
+ serialized_name: 'properties.problemClassificationId',
163
+ type: {
164
+ name: 'String'
165
+ }
166
+ },
167
+ problem_classification_display_name: {
168
+ client_side_validation: true,
169
+ required: false,
170
+ read_only: true,
171
+ serialized_name: 'properties.problemClassificationDisplayName',
172
+ type: {
173
+ name: 'String'
174
+ }
175
+ },
176
+ severity: {
177
+ client_side_validation: true,
178
+ required: true,
179
+ serialized_name: 'properties.severity',
180
+ type: {
181
+ name: 'String'
182
+ }
183
+ },
184
+ enrollment_id: {
185
+ client_side_validation: true,
186
+ required: false,
187
+ read_only: true,
188
+ serialized_name: 'properties.enrollmentId',
189
+ type: {
190
+ name: 'String'
191
+ }
192
+ },
193
+ require24x7response: {
194
+ client_side_validation: true,
195
+ required: false,
196
+ serialized_name: 'properties.require24X7Response',
197
+ type: {
198
+ name: 'Boolean'
199
+ }
200
+ },
201
+ contact_details: {
202
+ client_side_validation: true,
203
+ required: true,
204
+ serialized_name: 'properties.contactDetails',
205
+ type: {
206
+ name: 'Composite',
207
+ class_name: 'ContactProfile'
208
+ }
209
+ },
210
+ service_level_agreement: {
211
+ client_side_validation: true,
212
+ required: false,
213
+ serialized_name: 'properties.serviceLevelAgreement',
214
+ type: {
215
+ name: 'Composite',
216
+ class_name: 'ServiceLevelAgreement'
217
+ }
218
+ },
219
+ support_engineer: {
220
+ client_side_validation: true,
221
+ required: false,
222
+ serialized_name: 'properties.supportEngineer',
223
+ type: {
224
+ name: 'Composite',
225
+ class_name: 'SupportEngineer'
226
+ }
227
+ },
228
+ support_plan_type: {
229
+ client_side_validation: true,
230
+ required: false,
231
+ read_only: true,
232
+ serialized_name: 'properties.supportPlanType',
233
+ type: {
234
+ name: 'String'
235
+ }
236
+ },
237
+ title: {
238
+ client_side_validation: true,
239
+ required: true,
240
+ serialized_name: 'properties.title',
241
+ type: {
242
+ name: 'String'
243
+ }
244
+ },
245
+ problem_start_time: {
246
+ client_side_validation: true,
247
+ required: false,
248
+ serialized_name: 'properties.problemStartTime',
249
+ type: {
250
+ name: 'DateTime'
251
+ }
252
+ },
253
+ service_id: {
254
+ client_side_validation: true,
255
+ required: true,
256
+ serialized_name: 'properties.serviceId',
257
+ type: {
258
+ name: 'String'
259
+ }
260
+ },
261
+ service_display_name: {
262
+ client_side_validation: true,
263
+ required: false,
264
+ read_only: true,
265
+ serialized_name: 'properties.serviceDisplayName',
266
+ type: {
267
+ name: 'String'
268
+ }
269
+ },
270
+ status: {
271
+ client_side_validation: true,
272
+ required: false,
273
+ read_only: true,
274
+ serialized_name: 'properties.status',
275
+ type: {
276
+ name: 'String'
277
+ }
278
+ },
279
+ created_date: {
280
+ client_side_validation: true,
281
+ required: false,
282
+ read_only: true,
283
+ serialized_name: 'properties.createdDate',
284
+ type: {
285
+ name: 'DateTime'
286
+ }
287
+ },
288
+ modified_date: {
289
+ client_side_validation: true,
290
+ required: false,
291
+ read_only: true,
292
+ serialized_name: 'properties.modifiedDate',
293
+ type: {
294
+ name: 'DateTime'
295
+ }
296
+ },
297
+ technical_ticket_details: {
298
+ client_side_validation: true,
299
+ required: false,
300
+ serialized_name: 'properties.technicalTicketDetails',
301
+ type: {
302
+ name: 'Composite',
303
+ class_name: 'TechnicalTicketDetails'
304
+ }
305
+ },
306
+ quota_ticket_details: {
307
+ client_side_validation: true,
308
+ required: false,
309
+ serialized_name: 'properties.quotaTicketDetails',
310
+ type: {
311
+ name: 'Composite',
312
+ class_name: 'QuotaTicketDetails'
313
+ }
314
+ }
315
+ }
316
+ }
317
+ }
318
+ end
319
+ end
320
+ end
321
+ end