purecloudplatformclientv2 17.0.0 → 18.0.0

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.
Files changed (120) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -2
  3. data/docs/AnalyticsConversation.md +5 -5
  4. data/docs/AnalyticsConversationSegment.md +9 -9
  5. data/docs/AnalyticsEvaluation.md +10 -10
  6. data/docs/AnalyticsParticipant.md +7 -7
  7. data/docs/AnalyticsSession.md +27 -27
  8. data/docs/BillingApi.md +75 -0
  9. data/docs/BillingUsage.md +15 -0
  10. data/docs/BillingUsageReport.md +18 -0
  11. data/docs/BillingUsageResource.md +14 -0
  12. data/docs/CallCommand.md +1 -0
  13. data/docs/Conversation.md +1 -1
  14. data/docs/CreateQueueRequest.md +9 -9
  15. data/docs/DID.md +9 -9
  16. data/docs/DIDPool.md +9 -9
  17. data/docs/DirectoryUserDevicesListing.md +22 -0
  18. data/docs/DomainCertificateAuthority.md +9 -9
  19. data/docs/DomainLogicalInterface.md +9 -9
  20. data/docs/DomainOrganizationRole.md +1 -1
  21. data/docs/DomainOrganizationRoleCreate.md +1 -1
  22. data/docs/DomainOrganizationRoleUpdate.md +1 -1
  23. data/docs/DomainPhysicalInterface.md +9 -9
  24. data/docs/DomainSchemaReference.md +9 -9
  25. data/docs/Edge.md +10 -10
  26. data/docs/EdgeGroup.md +9 -9
  27. data/docs/EdgeLine.md +9 -9
  28. data/docs/EdgeLogsJob.md +9 -9
  29. data/docs/EdgeLogsJobFile.md +9 -9
  30. data/docs/EdgeLogsJobResponse.md +9 -9
  31. data/docs/EdgeTrunkBase.md +9 -9
  32. data/docs/Endpoint.md +9 -9
  33. data/docs/Extension.md +9 -9
  34. data/docs/ExtensionPool.md +9 -9
  35. data/docs/IVR.md +9 -9
  36. data/docs/JsonNode.md +4 -4
  37. data/docs/Line.md +9 -9
  38. data/docs/LineBase.md +9 -9
  39. data/docs/Metabase.md +8 -8
  40. data/docs/MobileDevicesApi.md +320 -0
  41. data/docs/NumberPlan.md +9 -9
  42. data/docs/OutboundApi.md +113 -0
  43. data/docs/OutboundRoute.md +9 -9
  44. data/docs/OutboundRouteBase.md +9 -9
  45. data/docs/OutboundSettings.md +20 -0
  46. data/docs/Phone.md +9 -9
  47. data/docs/PhoneBase.md +9 -9
  48. data/docs/Queue.md +9 -9
  49. data/docs/Schedule.md +10 -10
  50. data/docs/ScheduleGroup.md +10 -10
  51. data/docs/SchemaCategory.md +9 -9
  52. data/docs/Site.md +9 -9
  53. data/docs/Trunk.md +9 -9
  54. data/docs/TrunkBase.md +9 -9
  55. data/docs/UserDevice.md +22 -0
  56. data/docs/UserQueue.md +9 -9
  57. data/docs/UsersApi.md +1 -1
  58. data/lib/purecloudplatformclientv2.rb +8 -0
  59. data/lib/purecloudplatformclientv2/api/billing_api.rb +104 -0
  60. data/lib/purecloudplatformclientv2/api/mobile_devices_api.rb +380 -0
  61. data/lib/purecloudplatformclientv2/api/outbound_api.rb +119 -0
  62. data/lib/purecloudplatformclientv2/api/users_api.rb +2 -2
  63. data/lib/purecloudplatformclientv2/api_client.rb +1 -1
  64. data/lib/purecloudplatformclientv2/models/analytics_conversation.rb +5 -2
  65. data/lib/purecloudplatformclientv2/models/analytics_conversation_segment.rb +9 -2
  66. data/lib/purecloudplatformclientv2/models/analytics_evaluation.rb +10 -0
  67. data/lib/purecloudplatformclientv2/models/analytics_participant.rb +7 -0
  68. data/lib/purecloudplatformclientv2/models/analytics_session.rb +42 -2
  69. data/lib/purecloudplatformclientv2/models/billing_usage.rb +271 -0
  70. data/lib/purecloudplatformclientv2/models/billing_usage_report.rb +348 -0
  71. data/lib/purecloudplatformclientv2/models/billing_usage_resource.rb +238 -0
  72. data/lib/purecloudplatformclientv2/models/call_command.rb +30 -4
  73. data/lib/purecloudplatformclientv2/models/conversation.rb +1 -1
  74. data/lib/purecloudplatformclientv2/models/create_queue_request.rb +9 -2
  75. data/lib/purecloudplatformclientv2/models/did.rb +9 -2
  76. data/lib/purecloudplatformclientv2/models/did_pool.rb +9 -2
  77. data/lib/purecloudplatformclientv2/models/directory_user_devices_listing.rb +428 -0
  78. data/lib/purecloudplatformclientv2/models/domain_certificate_authority.rb +9 -2
  79. data/lib/purecloudplatformclientv2/models/domain_logical_interface.rb +9 -2
  80. data/lib/purecloudplatformclientv2/models/domain_organization_role.rb +12 -12
  81. data/lib/purecloudplatformclientv2/models/domain_organization_role_create.rb +12 -12
  82. data/lib/purecloudplatformclientv2/models/domain_organization_role_update.rb +12 -12
  83. data/lib/purecloudplatformclientv2/models/domain_physical_interface.rb +9 -2
  84. data/lib/purecloudplatformclientv2/models/domain_schema_reference.rb +9 -2
  85. data/lib/purecloudplatformclientv2/models/edge.rb +10 -2
  86. data/lib/purecloudplatformclientv2/models/edge_group.rb +9 -2
  87. data/lib/purecloudplatformclientv2/models/edge_line.rb +9 -2
  88. data/lib/purecloudplatformclientv2/models/edge_logs_job.rb +9 -2
  89. data/lib/purecloudplatformclientv2/models/edge_logs_job_file.rb +9 -2
  90. data/lib/purecloudplatformclientv2/models/edge_logs_job_response.rb +9 -2
  91. data/lib/purecloudplatformclientv2/models/edge_trunk_base.rb +9 -2
  92. data/lib/purecloudplatformclientv2/models/endpoint.rb +9 -2
  93. data/lib/purecloudplatformclientv2/models/extension.rb +9 -2
  94. data/lib/purecloudplatformclientv2/models/extension_pool.rb +9 -2
  95. data/lib/purecloudplatformclientv2/models/intraday_data_group.rb +2 -2
  96. data/lib/purecloudplatformclientv2/models/intraday_data_update_notification_intraday_data_group.rb +2 -2
  97. data/lib/purecloudplatformclientv2/models/intraday_data_update_notification_intraday_data_groupings.rb +2 -2
  98. data/lib/purecloudplatformclientv2/models/ivr.rb +9 -2
  99. data/lib/purecloudplatformclientv2/models/json_node.rb +72 -72
  100. data/lib/purecloudplatformclientv2/models/line.rb +9 -2
  101. data/lib/purecloudplatformclientv2/models/line_base.rb +9 -2
  102. data/lib/purecloudplatformclientv2/models/metabase.rb +8 -2
  103. data/lib/purecloudplatformclientv2/models/number_plan.rb +9 -2
  104. data/lib/purecloudplatformclientv2/models/outbound_route.rb +9 -2
  105. data/lib/purecloudplatformclientv2/models/outbound_route_base.rb +9 -2
  106. data/lib/purecloudplatformclientv2/models/outbound_settings.rb +383 -0
  107. data/lib/purecloudplatformclientv2/models/phone.rb +9 -2
  108. data/lib/purecloudplatformclientv2/models/phone_base.rb +9 -2
  109. data/lib/purecloudplatformclientv2/models/queue.rb +9 -2
  110. data/lib/purecloudplatformclientv2/models/recording.rb +2 -2
  111. data/lib/purecloudplatformclientv2/models/schedule.rb +15 -2
  112. data/lib/purecloudplatformclientv2/models/schedule_group.rb +15 -2
  113. data/lib/purecloudplatformclientv2/models/schema_category.rb +9 -2
  114. data/lib/purecloudplatformclientv2/models/site.rb +9 -2
  115. data/lib/purecloudplatformclientv2/models/trunk.rb +9 -2
  116. data/lib/purecloudplatformclientv2/models/trunk_base.rb +9 -2
  117. data/lib/purecloudplatformclientv2/models/user_device.rb +478 -0
  118. data/lib/purecloudplatformclientv2/models/user_queue.rb +9 -2
  119. data/lib/purecloudplatformclientv2/version.rb +1 -1
  120. metadata +19 -3
@@ -25,24 +25,31 @@ module PureCloud
25
25
  # The name of the entity.
26
26
  attr_accessor :name
27
27
 
28
+ # The resource's description.
28
29
  attr_accessor :description
29
30
 
31
+ # The current version of the resource.
30
32
  attr_accessor :version
31
33
 
32
- # Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ
34
+ # The date the resource was created. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ
33
35
  attr_accessor :date_created
34
36
 
35
- # Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ
37
+ # The date of the last modification to the resource. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ
36
38
  attr_accessor :date_modified
37
39
 
40
+ # The ID of the user that last modified the resource.
38
41
  attr_accessor :modified_by
39
42
 
43
+ # The ID of the user that created the resource.
40
44
  attr_accessor :created_by
41
45
 
46
+ # Indicates if the resource is active, inactive, or deleted.
42
47
  attr_accessor :state
43
48
 
49
+ # The application that last modified the resource.
44
50
  attr_accessor :modified_by_app
45
51
 
52
+ # The application that created the resource.
46
53
  attr_accessor :created_by_app
47
54
 
48
55
  # The authorities signed X509 PEM encoded certificate.
@@ -24,24 +24,31 @@ module PureCloud
24
24
  # The name of the entity.
25
25
  attr_accessor :name
26
26
 
27
+ # The resource's description.
27
28
  attr_accessor :description
28
29
 
30
+ # The current version of the resource.
29
31
  attr_accessor :version
30
32
 
31
- # Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ
33
+ # The date the resource was created. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ
32
34
  attr_accessor :date_created
33
35
 
34
- # Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ
36
+ # The date of the last modification to the resource. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ
35
37
  attr_accessor :date_modified
36
38
 
39
+ # The ID of the user that last modified the resource.
37
40
  attr_accessor :modified_by
38
41
 
42
+ # The ID of the user that created the resource.
39
43
  attr_accessor :created_by
40
44
 
45
+ # Indicates if the resource is active, inactive, or deleted.
41
46
  attr_accessor :state
42
47
 
48
+ # The application that last modified the resource.
43
49
  attr_accessor :modified_by_app
44
50
 
51
+ # The application that created the resource.
45
52
  attr_accessor :created_by_app
46
53
 
47
54
  attr_accessor :edge_uri
@@ -36,10 +36,10 @@ module PureCloud
36
36
  # Optional unless patch operation.
37
37
  attr_accessor :role_needs_update
38
38
 
39
- attr_accessor :default
40
-
41
39
  attr_accessor :base
42
40
 
41
+ attr_accessor :default
42
+
43
43
  # The URI for this object
44
44
  attr_accessor :self_uri
45
45
 
@@ -63,10 +63,10 @@ module PureCloud
63
63
 
64
64
  :'role_needs_update' => :'roleNeedsUpdate',
65
65
 
66
- :'default' => :'default',
67
-
68
66
  :'base' => :'base',
69
67
 
68
+ :'default' => :'default',
69
+
70
70
  :'self_uri' => :'selfUri'
71
71
 
72
72
  }
@@ -92,10 +92,10 @@ module PureCloud
92
92
 
93
93
  :'role_needs_update' => :'BOOLEAN',
94
94
 
95
- :'default' => :'BOOLEAN',
96
-
97
95
  :'base' => :'BOOLEAN',
98
96
 
97
+ :'default' => :'BOOLEAN',
98
+
99
99
  :'self_uri' => :'String'
100
100
 
101
101
  }
@@ -186,19 +186,19 @@ module PureCloud
186
186
  end
187
187
 
188
188
 
189
- if attributes.has_key?(:'default')
189
+ if attributes.has_key?(:'base')
190
190
 
191
191
 
192
- self.default = attributes[:'default']
192
+ self.base = attributes[:'base']
193
193
 
194
194
 
195
195
  end
196
196
 
197
197
 
198
- if attributes.has_key?(:'base')
198
+ if attributes.has_key?(:'default')
199
199
 
200
200
 
201
- self.base = attributes[:'base']
201
+ self.default = attributes[:'default']
202
202
 
203
203
 
204
204
  end
@@ -343,8 +343,8 @@ module PureCloud
343
343
  permission_policies == o.permission_policies &&
344
344
  user_count == o.user_count &&
345
345
  role_needs_update == o.role_needs_update &&
346
- default == o.default &&
347
346
  base == o.base &&
347
+ default == o.default &&
348
348
  self_uri == o.self_uri
349
349
  end
350
350
 
@@ -357,7 +357,7 @@ module PureCloud
357
357
  # Calculates hash code according to all attributes.
358
358
  # @return [Fixnum] Hash code
359
359
  def hash
360
- [id, name, description, default_role_id, permissions, permission_policies, user_count, role_needs_update, default, base, self_uri].hash
360
+ [id, name, description, default_role_id, permissions, permission_policies, user_count, role_needs_update, base, default, self_uri].hash
361
361
  end
362
362
 
363
363
  # build the object from hash
@@ -37,10 +37,10 @@ module PureCloud
37
37
  # Optional unless patch operation.
38
38
  attr_accessor :role_needs_update
39
39
 
40
- attr_accessor :default
41
-
42
40
  attr_accessor :base
43
41
 
42
+ attr_accessor :default
43
+
44
44
  # The URI for this object
45
45
  attr_accessor :self_uri
46
46
 
@@ -64,10 +64,10 @@ module PureCloud
64
64
 
65
65
  :'role_needs_update' => :'roleNeedsUpdate',
66
66
 
67
- :'default' => :'default',
68
-
69
67
  :'base' => :'base',
70
68
 
69
+ :'default' => :'default',
70
+
71
71
  :'self_uri' => :'selfUri'
72
72
 
73
73
  }
@@ -93,10 +93,10 @@ module PureCloud
93
93
 
94
94
  :'role_needs_update' => :'BOOLEAN',
95
95
 
96
- :'default' => :'BOOLEAN',
97
-
98
96
  :'base' => :'BOOLEAN',
99
97
 
98
+ :'default' => :'BOOLEAN',
99
+
100
100
  :'self_uri' => :'String'
101
101
 
102
102
  }
@@ -187,19 +187,19 @@ module PureCloud
187
187
  end
188
188
 
189
189
 
190
- if attributes.has_key?(:'default')
190
+ if attributes.has_key?(:'base')
191
191
 
192
192
 
193
- self.default = attributes[:'default']
193
+ self.base = attributes[:'base']
194
194
 
195
195
 
196
196
  end
197
197
 
198
198
 
199
- if attributes.has_key?(:'base')
199
+ if attributes.has_key?(:'default')
200
200
 
201
201
 
202
- self.base = attributes[:'base']
202
+ self.default = attributes[:'default']
203
203
 
204
204
 
205
205
  end
@@ -349,8 +349,8 @@ module PureCloud
349
349
  permission_policies == o.permission_policies &&
350
350
  user_count == o.user_count &&
351
351
  role_needs_update == o.role_needs_update &&
352
- default == o.default &&
353
352
  base == o.base &&
353
+ default == o.default &&
354
354
  self_uri == o.self_uri
355
355
  end
356
356
 
@@ -363,7 +363,7 @@ module PureCloud
363
363
  # Calculates hash code according to all attributes.
364
364
  # @return [Fixnum] Hash code
365
365
  def hash
366
- [id, name, description, default_role_id, permissions, permission_policies, user_count, role_needs_update, default, base, self_uri].hash
366
+ [id, name, description, default_role_id, permissions, permission_policies, user_count, role_needs_update, base, default, self_uri].hash
367
367
  end
368
368
 
369
369
  # build the object from hash
@@ -37,10 +37,10 @@ module PureCloud
37
37
  # Optional unless patch operation.
38
38
  attr_accessor :role_needs_update
39
39
 
40
- attr_accessor :default
41
-
42
40
  attr_accessor :base
43
41
 
42
+ attr_accessor :default
43
+
44
44
  # The URI for this object
45
45
  attr_accessor :self_uri
46
46
 
@@ -64,10 +64,10 @@ module PureCloud
64
64
 
65
65
  :'role_needs_update' => :'roleNeedsUpdate',
66
66
 
67
- :'default' => :'default',
68
-
69
67
  :'base' => :'base',
70
68
 
69
+ :'default' => :'default',
70
+
71
71
  :'self_uri' => :'selfUri'
72
72
 
73
73
  }
@@ -93,10 +93,10 @@ module PureCloud
93
93
 
94
94
  :'role_needs_update' => :'BOOLEAN',
95
95
 
96
- :'default' => :'BOOLEAN',
97
-
98
96
  :'base' => :'BOOLEAN',
99
97
 
98
+ :'default' => :'BOOLEAN',
99
+
100
100
  :'self_uri' => :'String'
101
101
 
102
102
  }
@@ -187,19 +187,19 @@ module PureCloud
187
187
  end
188
188
 
189
189
 
190
- if attributes.has_key?(:'default')
190
+ if attributes.has_key?(:'base')
191
191
 
192
192
 
193
- self.default = attributes[:'default']
193
+ self.base = attributes[:'base']
194
194
 
195
195
 
196
196
  end
197
197
 
198
198
 
199
- if attributes.has_key?(:'base')
199
+ if attributes.has_key?(:'default')
200
200
 
201
201
 
202
- self.base = attributes[:'base']
202
+ self.default = attributes[:'default']
203
203
 
204
204
 
205
205
  end
@@ -349,8 +349,8 @@ module PureCloud
349
349
  permission_policies == o.permission_policies &&
350
350
  user_count == o.user_count &&
351
351
  role_needs_update == o.role_needs_update &&
352
- default == o.default &&
353
352
  base == o.base &&
353
+ default == o.default &&
354
354
  self_uri == o.self_uri
355
355
  end
356
356
 
@@ -363,7 +363,7 @@ module PureCloud
363
363
  # Calculates hash code according to all attributes.
364
364
  # @return [Fixnum] Hash code
365
365
  def hash
366
- [id, name, description, default_role_id, permissions, permission_policies, user_count, role_needs_update, default, base, self_uri].hash
366
+ [id, name, description, default_role_id, permissions, permission_policies, user_count, role_needs_update, base, default, self_uri].hash
367
367
  end
368
368
 
369
369
  # build the object from hash
@@ -24,24 +24,31 @@ module PureCloud
24
24
  # The name of the entity.
25
25
  attr_accessor :name
26
26
 
27
+ # The resource's description.
27
28
  attr_accessor :description
28
29
 
30
+ # The current version of the resource.
29
31
  attr_accessor :version
30
32
 
31
- # Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ
33
+ # The date the resource was created. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ
32
34
  attr_accessor :date_created
33
35
 
34
- # Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ
36
+ # The date of the last modification to the resource. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ
35
37
  attr_accessor :date_modified
36
38
 
39
+ # The ID of the user that last modified the resource.
37
40
  attr_accessor :modified_by
38
41
 
42
+ # The ID of the user that created the resource.
39
43
  attr_accessor :created_by
40
44
 
45
+ # Indicates if the resource is active, inactive, or deleted.
41
46
  attr_accessor :state
42
47
 
48
+ # The application that last modified the resource.
43
49
  attr_accessor :modified_by_app
44
50
 
51
+ # The application that created the resource.
45
52
  attr_accessor :created_by_app
46
53
 
47
54
  attr_accessor :edge_uri
@@ -24,24 +24,31 @@ module PureCloud
24
24
  # The name of the entity.
25
25
  attr_accessor :name
26
26
 
27
+ # The resource's description.
27
28
  attr_accessor :description
28
29
 
30
+ # The current version of the resource.
29
31
  attr_accessor :version
30
32
 
31
- # Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ
33
+ # The date the resource was created. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ
32
34
  attr_accessor :date_created
33
35
 
34
- # Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ
36
+ # The date of the last modification to the resource. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ
35
37
  attr_accessor :date_modified
36
38
 
39
+ # The ID of the user that last modified the resource.
37
40
  attr_accessor :modified_by
38
41
 
42
+ # The ID of the user that created the resource.
39
43
  attr_accessor :created_by
40
44
 
45
+ # Indicates if the resource is active, inactive, or deleted.
41
46
  attr_accessor :state
42
47
 
48
+ # The application that last modified the resource.
43
49
  attr_accessor :modified_by_app
44
50
 
51
+ # The application that created the resource.
45
52
  attr_accessor :created_by_app
46
53
 
47
54
  # The URI for this object
@@ -24,24 +24,31 @@ module PureCloud
24
24
  # The name of the entity.
25
25
  attr_accessor :name
26
26
 
27
+ # The resource's description.
27
28
  attr_accessor :description
28
29
 
30
+ # The current version of the resource.
29
31
  attr_accessor :version
30
32
 
31
- # Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ
33
+ # The date the resource was created. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ
32
34
  attr_accessor :date_created
33
35
 
34
- # Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ
36
+ # The date of the last modification to the resource. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ
35
37
  attr_accessor :date_modified
36
38
 
39
+ # The ID of the user that last modified the resource.
37
40
  attr_accessor :modified_by
38
41
 
42
+ # The ID of the user that created the resource.
39
43
  attr_accessor :created_by
40
44
 
45
+ # Indicates if the resource is active, inactive, or deleted.
41
46
  attr_accessor :state
42
47
 
48
+ # The application that last modified the resource.
43
49
  attr_accessor :modified_by_app
44
50
 
51
+ # The application that created the resource.
45
52
  attr_accessor :created_by_app
46
53
 
47
54
  # The list of interfaces for the edge. (Deprecated) Replaced by configuring trunks/ip info on the logical interface instead
@@ -76,6 +83,7 @@ module PureCloud
76
83
 
77
84
  attr_accessor :patch
78
85
 
86
+ # The current status of the Edge.
79
87
  attr_accessor :status_code
80
88
 
81
89
  attr_accessor :edge_group
@@ -24,24 +24,31 @@ module PureCloud
24
24
  # The name of the entity.
25
25
  attr_accessor :name
26
26
 
27
+ # The resource's description.
27
28
  attr_accessor :description
28
29
 
30
+ # The current version of the resource.
29
31
  attr_accessor :version
30
32
 
31
- # Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ
33
+ # The date the resource was created. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ
32
34
  attr_accessor :date_created
33
35
 
34
- # Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ
36
+ # The date of the last modification to the resource. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ
35
37
  attr_accessor :date_modified
36
38
 
39
+ # The ID of the user that last modified the resource.
37
40
  attr_accessor :modified_by
38
41
 
42
+ # The ID of the user that created the resource.
39
43
  attr_accessor :created_by
40
44
 
45
+ # Indicates if the resource is active, inactive, or deleted.
41
46
  attr_accessor :state
42
47
 
48
+ # The application that last modified the resource.
43
49
  attr_accessor :modified_by_app
44
50
 
51
+ # The application that created the resource.
45
52
  attr_accessor :created_by_app
46
53
 
47
54
  # Is this edge group being managed remotely.