pulpcore_client 3.46.0 → 3.48.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 (105) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -4
  3. data/docs/AccessPolicyResponse.md +2 -0
  4. data/docs/ArtifactDistributionResponse.md +10 -8
  5. data/docs/ArtifactResponse.md +2 -0
  6. data/docs/CompositeContentGuardResponse.md +2 -0
  7. data/docs/ContentGuardResponse.md +2 -0
  8. data/docs/ContentRedirectContentGuardResponse.md +2 -0
  9. data/docs/DistributionResponse.md +2 -0
  10. data/docs/DomainResponse.md +2 -0
  11. data/docs/FilesystemExportResponse.md +2 -0
  12. data/docs/FilesystemExporterResponse.md +2 -0
  13. data/docs/GroupRoleResponse.md +2 -0
  14. data/docs/HeaderContentGuardResponse.md +2 -0
  15. data/docs/ImportResponse.md +2 -0
  16. data/docs/MinimalTaskResponse.md +6 -2
  17. data/docs/MultipleArtifactContentResponse.md +2 -0
  18. data/docs/PublicationResponse.md +2 -0
  19. data/docs/PulpExportResponse.md +2 -0
  20. data/docs/PulpExporterResponse.md +2 -0
  21. data/docs/PulpImporterResponse.md +2 -0
  22. data/docs/RBACContentGuardResponse.md +2 -0
  23. data/docs/RemoteResponse.md +2 -2
  24. data/docs/RemoteResponseHiddenFields.md +2 -2
  25. data/docs/RepositoryResponse.md +2 -0
  26. data/docs/RepositoryVersionResponse.md +2 -0
  27. data/docs/RoleResponse.md +2 -0
  28. data/docs/SigningServiceResponse.md +2 -0
  29. data/docs/TaskResponse.md +6 -2
  30. data/docs/TaskScheduleResponse.md +2 -0
  31. data/docs/TasksApi.md +2 -2
  32. data/docs/UploadDetailResponse.md +2 -0
  33. data/docs/UploadResponse.md +2 -0
  34. data/docs/UpstreamPulpResponse.md +2 -2
  35. data/docs/UserRoleResponse.md +2 -0
  36. data/docs/WorkerResponse.md +2 -0
  37. data/lib/pulpcore_client/api/tasks_api.rb +3 -3
  38. data/lib/pulpcore_client/models/access_policy_response.rb +11 -1
  39. data/lib/pulpcore_client/models/artifact_distribution_response.rb +47 -37
  40. data/lib/pulpcore_client/models/artifact_response.rb +11 -1
  41. data/lib/pulpcore_client/models/composite_content_guard_response.rb +11 -1
  42. data/lib/pulpcore_client/models/content_guard_response.rb +11 -1
  43. data/lib/pulpcore_client/models/content_redirect_content_guard_response.rb +11 -1
  44. data/lib/pulpcore_client/models/distribution_response.rb +11 -1
  45. data/lib/pulpcore_client/models/domain_response.rb +11 -1
  46. data/lib/pulpcore_client/models/filesystem_export_response.rb +11 -1
  47. data/lib/pulpcore_client/models/filesystem_exporter_response.rb +11 -1
  48. data/lib/pulpcore_client/models/group_role_response.rb +11 -1
  49. data/lib/pulpcore_client/models/header_content_guard_response.rb +11 -1
  50. data/lib/pulpcore_client/models/import_response.rb +11 -1
  51. data/lib/pulpcore_client/models/minimal_task_response.rb +23 -3
  52. data/lib/pulpcore_client/models/multiple_artifact_content_response.rb +11 -1
  53. data/lib/pulpcore_client/models/publication_response.rb +11 -1
  54. data/lib/pulpcore_client/models/pulp_export_response.rb +11 -1
  55. data/lib/pulpcore_client/models/pulp_exporter_response.rb +11 -1
  56. data/lib/pulpcore_client/models/pulp_importer_response.rb +11 -1
  57. data/lib/pulpcore_client/models/rbac_content_guard_response.rb +11 -1
  58. data/lib/pulpcore_client/models/remote_response.rb +11 -11
  59. data/lib/pulpcore_client/models/remote_response_hidden_fields.rb +10 -0
  60. data/lib/pulpcore_client/models/repository_response.rb +11 -1
  61. data/lib/pulpcore_client/models/repository_version_response.rb +11 -1
  62. data/lib/pulpcore_client/models/role_response.rb +11 -1
  63. data/lib/pulpcore_client/models/signing_service_response.rb +11 -1
  64. data/lib/pulpcore_client/models/task_response.rb +23 -3
  65. data/lib/pulpcore_client/models/task_schedule_response.rb +11 -1
  66. data/lib/pulpcore_client/models/upload_detail_response.rb +11 -1
  67. data/lib/pulpcore_client/models/upload_response.rb +11 -1
  68. data/lib/pulpcore_client/models/upstream_pulp_response.rb +11 -11
  69. data/lib/pulpcore_client/models/user_role_response.rb +11 -1
  70. data/lib/pulpcore_client/models/worker_response.rb +11 -1
  71. data/lib/pulpcore_client/version.rb +1 -1
  72. data/spec/api/tasks_api_spec.rb +1 -1
  73. data/spec/models/access_policy_response_spec.rb +6 -0
  74. data/spec/models/artifact_distribution_response_spec.rb +12 -6
  75. data/spec/models/artifact_response_spec.rb +6 -0
  76. data/spec/models/composite_content_guard_response_spec.rb +6 -0
  77. data/spec/models/content_guard_response_spec.rb +6 -0
  78. data/spec/models/content_redirect_content_guard_response_spec.rb +6 -0
  79. data/spec/models/distribution_response_spec.rb +6 -0
  80. data/spec/models/domain_response_spec.rb +6 -0
  81. data/spec/models/filesystem_export_response_spec.rb +6 -0
  82. data/spec/models/filesystem_exporter_response_spec.rb +6 -0
  83. data/spec/models/group_role_response_spec.rb +6 -0
  84. data/spec/models/header_content_guard_response_spec.rb +6 -0
  85. data/spec/models/import_response_spec.rb +6 -0
  86. data/spec/models/minimal_task_response_spec.rb +12 -0
  87. data/spec/models/multiple_artifact_content_response_spec.rb +6 -0
  88. data/spec/models/publication_response_spec.rb +6 -0
  89. data/spec/models/pulp_export_response_spec.rb +6 -0
  90. data/spec/models/pulp_exporter_response_spec.rb +6 -0
  91. data/spec/models/pulp_importer_response_spec.rb +6 -0
  92. data/spec/models/rbac_content_guard_response_spec.rb +6 -0
  93. data/spec/models/remote_response_spec.rb +6 -6
  94. data/spec/models/repository_response_spec.rb +6 -0
  95. data/spec/models/repository_version_response_spec.rb +6 -0
  96. data/spec/models/role_response_spec.rb +6 -0
  97. data/spec/models/signing_service_response_spec.rb +6 -0
  98. data/spec/models/task_response_spec.rb +12 -0
  99. data/spec/models/task_schedule_response_spec.rb +6 -0
  100. data/spec/models/upload_detail_response_spec.rb +6 -0
  101. data/spec/models/upload_response_spec.rb +6 -0
  102. data/spec/models/upstream_pulp_response_spec.rb +6 -6
  103. data/spec/models/user_role_response_spec.rb +6 -0
  104. data/spec/models/worker_response_spec.rb +6 -0
  105. metadata +2 -2
@@ -20,6 +20,9 @@ module PulpcoreClient
20
20
  # Timestamp of creation.
21
21
  attr_accessor :pulp_created
22
22
 
23
+ # Timestamp of the most recent update of the remote.
24
+ attr_accessor :pulp_last_updated
25
+
23
26
  # A unique name for this Pulp server.
24
27
  attr_accessor :name
25
28
 
@@ -41,9 +44,6 @@ module PulpcoreClient
41
44
  # If True, TLS peer validation must be performed.
42
45
  attr_accessor :tls_validation
43
46
 
44
- # Timestamp of the most recent update of the remote.
45
- attr_accessor :pulp_last_updated
46
-
47
47
  # List of hidden (write only) fields
48
48
  attr_accessor :hidden_fields
49
49
 
@@ -55,6 +55,7 @@ module PulpcoreClient
55
55
  {
56
56
  :'pulp_href' => :'pulp_href',
57
57
  :'pulp_created' => :'pulp_created',
58
+ :'pulp_last_updated' => :'pulp_last_updated',
58
59
  :'name' => :'name',
59
60
  :'base_url' => :'base_url',
60
61
  :'api_root' => :'api_root',
@@ -62,7 +63,6 @@ module PulpcoreClient
62
63
  :'ca_cert' => :'ca_cert',
63
64
  :'client_cert' => :'client_cert',
64
65
  :'tls_validation' => :'tls_validation',
65
- :'pulp_last_updated' => :'pulp_last_updated',
66
66
  :'hidden_fields' => :'hidden_fields',
67
67
  :'pulp_label_select' => :'pulp_label_select'
68
68
  }
@@ -73,6 +73,7 @@ module PulpcoreClient
73
73
  {
74
74
  :'pulp_href' => :'String',
75
75
  :'pulp_created' => :'DateTime',
76
+ :'pulp_last_updated' => :'DateTime',
76
77
  :'name' => :'String',
77
78
  :'base_url' => :'String',
78
79
  :'api_root' => :'String',
@@ -80,7 +81,6 @@ module PulpcoreClient
80
81
  :'ca_cert' => :'String',
81
82
  :'client_cert' => :'String',
82
83
  :'tls_validation' => :'Boolean',
83
- :'pulp_last_updated' => :'DateTime',
84
84
  :'hidden_fields' => :'Array<RemoteResponseHiddenFields>',
85
85
  :'pulp_label_select' => :'String'
86
86
  }
@@ -119,6 +119,10 @@ module PulpcoreClient
119
119
  self.pulp_created = attributes[:'pulp_created']
120
120
  end
121
121
 
122
+ if attributes.key?(:'pulp_last_updated')
123
+ self.pulp_last_updated = attributes[:'pulp_last_updated']
124
+ end
125
+
122
126
  if attributes.key?(:'name')
123
127
  self.name = attributes[:'name']
124
128
  end
@@ -147,10 +151,6 @@ module PulpcoreClient
147
151
  self.tls_validation = attributes[:'tls_validation']
148
152
  end
149
153
 
150
- if attributes.key?(:'pulp_last_updated')
151
- self.pulp_last_updated = attributes[:'pulp_last_updated']
152
- end
153
-
154
154
  if attributes.key?(:'hidden_fields')
155
155
  if (value = attributes[:'hidden_fields']).is_a?(Array)
156
156
  self.hidden_fields = value
@@ -197,6 +197,7 @@ module PulpcoreClient
197
197
  self.class == o.class &&
198
198
  pulp_href == o.pulp_href &&
199
199
  pulp_created == o.pulp_created &&
200
+ pulp_last_updated == o.pulp_last_updated &&
200
201
  name == o.name &&
201
202
  base_url == o.base_url &&
202
203
  api_root == o.api_root &&
@@ -204,7 +205,6 @@ module PulpcoreClient
204
205
  ca_cert == o.ca_cert &&
205
206
  client_cert == o.client_cert &&
206
207
  tls_validation == o.tls_validation &&
207
- pulp_last_updated == o.pulp_last_updated &&
208
208
  hidden_fields == o.hidden_fields &&
209
209
  pulp_label_select == o.pulp_label_select
210
210
  end
@@ -218,7 +218,7 @@ module PulpcoreClient
218
218
  # Calculates hash code according to all attributes.
219
219
  # @return [Integer] Hash code
220
220
  def hash
221
- [pulp_href, pulp_created, name, base_url, api_root, domain, ca_cert, client_cert, tls_validation, pulp_last_updated, hidden_fields, pulp_label_select].hash
221
+ [pulp_href, pulp_created, pulp_last_updated, name, base_url, api_root, domain, ca_cert, client_cert, tls_validation, hidden_fields, pulp_label_select].hash
222
222
  end
223
223
 
224
224
  # Builds the object from hash
@@ -20,6 +20,9 @@ module PulpcoreClient
20
20
  # Timestamp of creation.
21
21
  attr_accessor :pulp_created
22
22
 
23
+ # Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same.
24
+ attr_accessor :pulp_last_updated
25
+
23
26
  attr_accessor :role
24
27
 
25
28
  # pulp_href of the object for which role permissions should be asserted. If set to 'null', permissions will act on either domain or model-level.
@@ -37,6 +40,7 @@ module PulpcoreClient
37
40
  {
38
41
  :'pulp_href' => :'pulp_href',
39
42
  :'pulp_created' => :'pulp_created',
43
+ :'pulp_last_updated' => :'pulp_last_updated',
40
44
  :'role' => :'role',
41
45
  :'content_object' => :'content_object',
42
46
  :'description' => :'description',
@@ -50,6 +54,7 @@ module PulpcoreClient
50
54
  {
51
55
  :'pulp_href' => :'String',
52
56
  :'pulp_created' => :'DateTime',
57
+ :'pulp_last_updated' => :'DateTime',
53
58
  :'role' => :'String',
54
59
  :'content_object' => :'String',
55
60
  :'description' => :'String',
@@ -89,6 +94,10 @@ module PulpcoreClient
89
94
  self.pulp_created = attributes[:'pulp_created']
90
95
  end
91
96
 
97
+ if attributes.key?(:'pulp_last_updated')
98
+ self.pulp_last_updated = attributes[:'pulp_last_updated']
99
+ end
100
+
92
101
  if attributes.key?(:'role')
93
102
  self.role = attributes[:'role']
94
103
  end
@@ -137,6 +146,7 @@ module PulpcoreClient
137
146
  self.class == o.class &&
138
147
  pulp_href == o.pulp_href &&
139
148
  pulp_created == o.pulp_created &&
149
+ pulp_last_updated == o.pulp_last_updated &&
140
150
  role == o.role &&
141
151
  content_object == o.content_object &&
142
152
  description == o.description &&
@@ -153,7 +163,7 @@ module PulpcoreClient
153
163
  # Calculates hash code according to all attributes.
154
164
  # @return [Integer] Hash code
155
165
  def hash
156
- [pulp_href, pulp_created, role, content_object, description, permissions, domain].hash
166
+ [pulp_href, pulp_created, pulp_last_updated, role, content_object, description, permissions, domain].hash
157
167
  end
158
168
 
159
169
  # Builds the object from hash
@@ -20,6 +20,9 @@ module PulpcoreClient
20
20
  # Timestamp of creation.
21
21
  attr_accessor :pulp_created
22
22
 
23
+ # Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same.
24
+ attr_accessor :pulp_last_updated
25
+
23
26
  # The name of the worker.
24
27
  attr_accessor :name
25
28
 
@@ -37,6 +40,7 @@ module PulpcoreClient
37
40
  {
38
41
  :'pulp_href' => :'pulp_href',
39
42
  :'pulp_created' => :'pulp_created',
43
+ :'pulp_last_updated' => :'pulp_last_updated',
40
44
  :'name' => :'name',
41
45
  :'last_heartbeat' => :'last_heartbeat',
42
46
  :'versions' => :'versions',
@@ -49,6 +53,7 @@ module PulpcoreClient
49
53
  {
50
54
  :'pulp_href' => :'String',
51
55
  :'pulp_created' => :'DateTime',
56
+ :'pulp_last_updated' => :'DateTime',
52
57
  :'name' => :'String',
53
58
  :'last_heartbeat' => :'DateTime',
54
59
  :'versions' => :'Hash<String, String>',
@@ -85,6 +90,10 @@ module PulpcoreClient
85
90
  self.pulp_created = attributes[:'pulp_created']
86
91
  end
87
92
 
93
+ if attributes.key?(:'pulp_last_updated')
94
+ self.pulp_last_updated = attributes[:'pulp_last_updated']
95
+ end
96
+
88
97
  if attributes.key?(:'name')
89
98
  self.name = attributes[:'name']
90
99
  end
@@ -124,6 +133,7 @@ module PulpcoreClient
124
133
  self.class == o.class &&
125
134
  pulp_href == o.pulp_href &&
126
135
  pulp_created == o.pulp_created &&
136
+ pulp_last_updated == o.pulp_last_updated &&
127
137
  name == o.name &&
128
138
  last_heartbeat == o.last_heartbeat &&
129
139
  versions == o.versions &&
@@ -139,7 +149,7 @@ module PulpcoreClient
139
149
  # Calculates hash code according to all attributes.
140
150
  # @return [Integer] Hash code
141
151
  def hash
142
- [pulp_href, pulp_created, name, last_heartbeat, versions, current_task].hash
152
+ [pulp_href, pulp_created, pulp_last_updated, name, last_heartbeat, versions, current_task].hash
143
153
  end
144
154
 
145
155
  # Builds the object from hash
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.3.1
11
11
  =end
12
12
 
13
13
  module PulpcoreClient
14
- VERSION = '3.46.0'
14
+ VERSION = '3.48.0'
15
15
  end
@@ -79,7 +79,7 @@ describe 'TasksApi' do
79
79
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
80
80
  # @option opts [String] :name__ne Filter results where name not equal to value
81
81
  # @option opts [Integer] :offset The initial index from which to return the results.
82
- # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;state&#x60; - State * &#x60;-state&#x60; - State (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;logging_cid&#x60; - Logging cid * &#x60;-logging_cid&#x60; - Logging cid (descending) * &#x60;started_at&#x60; - Started at * &#x60;-started_at&#x60; - Started at (descending) * &#x60;finished_at&#x60; - Finished at * &#x60;-finished_at&#x60; - Finished at (descending) * &#x60;error&#x60; - Error * &#x60;-error&#x60; - Error (descending) * &#x60;enc_args&#x60; - Enc args * &#x60;-enc_args&#x60; - Enc args (descending) * &#x60;enc_kwargs&#x60; - Enc kwargs * &#x60;-enc_kwargs&#x60; - Enc kwargs (descending) * &#x60;reserved_resources_record&#x60; - Reserved resources record * &#x60;-reserved_resources_record&#x60; - Reserved resources record (descending) * &#x60;versions&#x60; - Versions * &#x60;-versions&#x60; - Versions (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
82
+ # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;state&#x60; - State * &#x60;-state&#x60; - State (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;logging_cid&#x60; - Logging cid * &#x60;-logging_cid&#x60; - Logging cid (descending) * &#x60;unblocked_at&#x60; - Unblocked at * &#x60;-unblocked_at&#x60; - Unblocked at (descending) * &#x60;started_at&#x60; - Started at * &#x60;-started_at&#x60; - Started at (descending) * &#x60;finished_at&#x60; - Finished at * &#x60;-finished_at&#x60; - Finished at (descending) * &#x60;error&#x60; - Error * &#x60;-error&#x60; - Error (descending) * &#x60;enc_args&#x60; - Enc args * &#x60;-enc_args&#x60; - Enc args (descending) * &#x60;enc_kwargs&#x60; - Enc kwargs * &#x60;-enc_kwargs&#x60; - Enc kwargs (descending) * &#x60;reserved_resources_record&#x60; - Reserved resources record * &#x60;-reserved_resources_record&#x60; - Reserved resources record (descending) * &#x60;versions&#x60; - Versions * &#x60;-versions&#x60; - Versions (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
83
83
  # @option opts [String] :parent_task Filter results where parent_task matches value
84
84
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
85
85
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
@@ -44,6 +44,12 @@ describe 'AccessPolicyResponse' do
44
44
  end
45
45
  end
46
46
 
47
+ describe 'test attribute "pulp_last_updated"' do
48
+ it 'should work' do
49
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
+ end
51
+ end
52
+
47
53
  describe 'test attribute "permissions_assignment"' do
48
54
  it 'should work' do
49
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -32,25 +32,31 @@ describe 'ArtifactDistributionResponse' do
32
32
  expect(@instance).to be_instance_of(PulpcoreClient::ArtifactDistributionResponse)
33
33
  end
34
34
  end
35
- describe 'test attribute "hidden"' do
35
+ describe 'test attribute "pulp_created"' do
36
36
  it 'should work' do
37
37
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
38
  end
39
39
  end
40
40
 
41
- describe 'test attribute "pulp_created"' do
41
+ describe 'test attribute "pulp_last_updated"' do
42
42
  it 'should work' do
43
43
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
44
  end
45
45
  end
46
46
 
47
- describe 'test attribute "base_path"' do
47
+ describe 'test attribute "content_guard"' do
48
48
  it 'should work' do
49
49
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
50
  end
51
51
  end
52
52
 
53
- describe 'test attribute "content_guard"' do
53
+ describe 'test attribute "pulp_href"' do
54
+ it 'should work' do
55
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
+ end
57
+ end
58
+
59
+ describe 'test attribute "hidden"' do
54
60
  it 'should work' do
55
61
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
62
  end
@@ -68,13 +74,13 @@ describe 'ArtifactDistributionResponse' do
68
74
  end
69
75
  end
70
76
 
71
- describe 'test attribute "pulp_href"' do
77
+ describe 'test attribute "pulp_labels"' do
72
78
  it 'should work' do
73
79
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
74
80
  end
75
81
  end
76
82
 
77
- describe 'test attribute "pulp_labels"' do
83
+ describe 'test attribute "base_path"' do
78
84
  it 'should work' do
79
85
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
80
86
  end
@@ -44,6 +44,12 @@ describe 'ArtifactResponse' do
44
44
  end
45
45
  end
46
46
 
47
+ describe 'test attribute "pulp_last_updated"' do
48
+ it 'should work' do
49
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
+ end
51
+ end
52
+
47
53
  describe 'test attribute "file"' do
48
54
  it 'should work' do
49
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -44,6 +44,12 @@ describe 'CompositeContentGuardResponse' do
44
44
  end
45
45
  end
46
46
 
47
+ describe 'test attribute "pulp_last_updated"' do
48
+ it 'should work' do
49
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
+ end
51
+ end
52
+
47
53
  describe 'test attribute "name"' do
48
54
  it 'should work' do
49
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -44,6 +44,12 @@ describe 'ContentGuardResponse' do
44
44
  end
45
45
  end
46
46
 
47
+ describe 'test attribute "pulp_last_updated"' do
48
+ it 'should work' do
49
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
+ end
51
+ end
52
+
47
53
  describe 'test attribute "name"' do
48
54
  it 'should work' do
49
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -44,6 +44,12 @@ describe 'ContentRedirectContentGuardResponse' do
44
44
  end
45
45
  end
46
46
 
47
+ describe 'test attribute "pulp_last_updated"' do
48
+ it 'should work' do
49
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
+ end
51
+ end
52
+
47
53
  describe 'test attribute "name"' do
48
54
  it 'should work' do
49
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -44,6 +44,12 @@ describe 'DistributionResponse' do
44
44
  end
45
45
  end
46
46
 
47
+ describe 'test attribute "pulp_last_updated"' do
48
+ it 'should work' do
49
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
+ end
51
+ end
52
+
47
53
  describe 'test attribute "base_path"' do
48
54
  it 'should work' do
49
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -44,6 +44,12 @@ describe 'DomainResponse' do
44
44
  end
45
45
  end
46
46
 
47
+ describe 'test attribute "pulp_last_updated"' do
48
+ it 'should work' do
49
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
+ end
51
+ end
52
+
47
53
  describe 'test attribute "name"' do
48
54
  it 'should work' do
49
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -44,6 +44,12 @@ describe 'FilesystemExportResponse' do
44
44
  end
45
45
  end
46
46
 
47
+ describe 'test attribute "pulp_last_updated"' do
48
+ it 'should work' do
49
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
+ end
51
+ end
52
+
47
53
  describe 'test attribute "task"' do
48
54
  it 'should work' do
49
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -44,6 +44,12 @@ describe 'FilesystemExporterResponse' do
44
44
  end
45
45
  end
46
46
 
47
+ describe 'test attribute "pulp_last_updated"' do
48
+ it 'should work' do
49
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
+ end
51
+ end
52
+
47
53
  describe 'test attribute "name"' do
48
54
  it 'should work' do
49
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -44,6 +44,12 @@ describe 'GroupRoleResponse' do
44
44
  end
45
45
  end
46
46
 
47
+ describe 'test attribute "pulp_last_updated"' do
48
+ it 'should work' do
49
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
+ end
51
+ end
52
+
47
53
  describe 'test attribute "role"' do
48
54
  it 'should work' do
49
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -44,6 +44,12 @@ describe 'HeaderContentGuardResponse' do
44
44
  end
45
45
  end
46
46
 
47
+ describe 'test attribute "pulp_last_updated"' do
48
+ it 'should work' do
49
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
+ end
51
+ end
52
+
47
53
  describe 'test attribute "name"' do
48
54
  it 'should work' do
49
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -44,6 +44,12 @@ describe 'ImportResponse' do
44
44
  end
45
45
  end
46
46
 
47
+ describe 'test attribute "pulp_last_updated"' do
48
+ it 'should work' do
49
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
+ end
51
+ end
52
+
47
53
  describe 'test attribute "task"' do
48
54
  it 'should work' do
49
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -44,6 +44,12 @@ describe 'MinimalTaskResponse' do
44
44
  end
45
45
  end
46
46
 
47
+ describe 'test attribute "pulp_last_updated"' do
48
+ it 'should work' do
49
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
+ end
51
+ end
52
+
47
53
  describe 'test attribute "name"' do
48
54
  it 'should work' do
49
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -56,6 +62,12 @@ describe 'MinimalTaskResponse' do
56
62
  end
57
63
  end
58
64
 
65
+ describe 'test attribute "unblocked_at"' do
66
+ it 'should work' do
67
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
68
+ end
69
+ end
70
+
59
71
  describe 'test attribute "started_at"' do
60
72
  it 'should work' do
61
73
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -44,6 +44,12 @@ describe 'MultipleArtifactContentResponse' do
44
44
  end
45
45
  end
46
46
 
47
+ describe 'test attribute "pulp_last_updated"' do
48
+ it 'should work' do
49
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
+ end
51
+ end
52
+
47
53
  describe 'test attribute "artifacts"' do
48
54
  it 'should work' do
49
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -44,6 +44,12 @@ describe 'PublicationResponse' do
44
44
  end
45
45
  end
46
46
 
47
+ describe 'test attribute "pulp_last_updated"' do
48
+ it 'should work' do
49
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
+ end
51
+ end
52
+
47
53
  describe 'test attribute "repository_version"' do
48
54
  it 'should work' do
49
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -44,6 +44,12 @@ describe 'PulpExportResponse' do
44
44
  end
45
45
  end
46
46
 
47
+ describe 'test attribute "pulp_last_updated"' do
48
+ it 'should work' do
49
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
+ end
51
+ end
52
+
47
53
  describe 'test attribute "task"' do
48
54
  it 'should work' do
49
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -44,6 +44,12 @@ describe 'PulpExporterResponse' do
44
44
  end
45
45
  end
46
46
 
47
+ describe 'test attribute "pulp_last_updated"' do
48
+ it 'should work' do
49
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
+ end
51
+ end
52
+
47
53
  describe 'test attribute "name"' do
48
54
  it 'should work' do
49
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -44,6 +44,12 @@ describe 'PulpImporterResponse' do
44
44
  end
45
45
  end
46
46
 
47
+ describe 'test attribute "pulp_last_updated"' do
48
+ it 'should work' do
49
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
+ end
51
+ end
52
+
47
53
  describe 'test attribute "name"' do
48
54
  it 'should work' do
49
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -44,6 +44,12 @@ describe 'RBACContentGuardResponse' do
44
44
  end
45
45
  end
46
46
 
47
+ describe 'test attribute "pulp_last_updated"' do
48
+ it 'should work' do
49
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
+ end
51
+ end
52
+
47
53
  describe 'test attribute "name"' do
48
54
  it 'should work' do
49
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -44,6 +44,12 @@ describe 'RemoteResponse' do
44
44
  end
45
45
  end
46
46
 
47
+ describe 'test attribute "pulp_last_updated"' do
48
+ it 'should work' do
49
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
+ end
51
+ end
52
+
47
53
  describe 'test attribute "name"' do
48
54
  it 'should work' do
49
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -86,12 +92,6 @@ describe 'RemoteResponse' do
86
92
  end
87
93
  end
88
94
 
89
- describe 'test attribute "pulp_last_updated"' do
90
- it 'should work' do
91
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
92
- end
93
- end
94
-
95
95
  describe 'test attribute "download_concurrency"' do
96
96
  it 'should work' do
97
97
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -44,6 +44,12 @@ describe 'RepositoryResponse' do
44
44
  end
45
45
  end
46
46
 
47
+ describe 'test attribute "pulp_last_updated"' do
48
+ it 'should work' do
49
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
+ end
51
+ end
52
+
47
53
  describe 'test attribute "versions_href"' do
48
54
  it 'should work' do
49
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -44,6 +44,12 @@ describe 'RepositoryVersionResponse' do
44
44
  end
45
45
  end
46
46
 
47
+ describe 'test attribute "pulp_last_updated"' do
48
+ it 'should work' do
49
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
+ end
51
+ end
52
+
47
53
  describe 'test attribute "number"' do
48
54
  it 'should work' do
49
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -44,6 +44,12 @@ describe 'RoleResponse' do
44
44
  end
45
45
  end
46
46
 
47
+ describe 'test attribute "pulp_last_updated"' do
48
+ it 'should work' do
49
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
+ end
51
+ end
52
+
47
53
  describe 'test attribute "name"' do
48
54
  it 'should work' do
49
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -44,6 +44,12 @@ describe 'SigningServiceResponse' do
44
44
  end
45
45
  end
46
46
 
47
+ describe 'test attribute "pulp_last_updated"' do
48
+ it 'should work' do
49
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
+ end
51
+ end
52
+
47
53
  describe 'test attribute "name"' do
48
54
  it 'should work' do
49
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers