pulpcore_client 3.47.0 → 3.49.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (103) 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 +11 -9
  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/RepositoryResponse.md +2 -0
  25. data/docs/RepositoryVersionResponse.md +2 -0
  26. data/docs/RoleResponse.md +2 -0
  27. data/docs/SigningServiceResponse.md +2 -0
  28. data/docs/TaskResponse.md +6 -2
  29. data/docs/TaskScheduleResponse.md +2 -0
  30. data/docs/TasksApi.md +2 -2
  31. data/docs/UploadDetailResponse.md +2 -0
  32. data/docs/UploadResponse.md +2 -0
  33. data/docs/UpstreamPulpResponse.md +2 -2
  34. data/docs/UserRoleResponse.md +2 -0
  35. data/docs/WorkerResponse.md +2 -0
  36. data/lib/pulpcore_client/api/tasks_api.rb +3 -3
  37. data/lib/pulpcore_client/models/access_policy_response.rb +11 -1
  38. data/lib/pulpcore_client/models/artifact_distribution_response.rb +49 -39
  39. data/lib/pulpcore_client/models/artifact_response.rb +11 -1
  40. data/lib/pulpcore_client/models/composite_content_guard_response.rb +11 -1
  41. data/lib/pulpcore_client/models/content_guard_response.rb +11 -1
  42. data/lib/pulpcore_client/models/content_redirect_content_guard_response.rb +11 -1
  43. data/lib/pulpcore_client/models/distribution_response.rb +11 -1
  44. data/lib/pulpcore_client/models/domain_response.rb +11 -1
  45. data/lib/pulpcore_client/models/filesystem_export_response.rb +11 -1
  46. data/lib/pulpcore_client/models/filesystem_exporter_response.rb +11 -1
  47. data/lib/pulpcore_client/models/group_role_response.rb +11 -1
  48. data/lib/pulpcore_client/models/header_content_guard_response.rb +11 -1
  49. data/lib/pulpcore_client/models/import_response.rb +11 -1
  50. data/lib/pulpcore_client/models/minimal_task_response.rb +23 -3
  51. data/lib/pulpcore_client/models/multiple_artifact_content_response.rb +11 -1
  52. data/lib/pulpcore_client/models/publication_response.rb +11 -1
  53. data/lib/pulpcore_client/models/pulp_export_response.rb +11 -1
  54. data/lib/pulpcore_client/models/pulp_exporter_response.rb +11 -1
  55. data/lib/pulpcore_client/models/pulp_importer_response.rb +11 -1
  56. data/lib/pulpcore_client/models/rbac_content_guard_response.rb +11 -1
  57. data/lib/pulpcore_client/models/remote_response.rb +11 -11
  58. data/lib/pulpcore_client/models/repository_response.rb +11 -1
  59. data/lib/pulpcore_client/models/repository_version_response.rb +11 -1
  60. data/lib/pulpcore_client/models/role_response.rb +11 -1
  61. data/lib/pulpcore_client/models/signing_service_response.rb +11 -1
  62. data/lib/pulpcore_client/models/task_response.rb +23 -3
  63. data/lib/pulpcore_client/models/task_schedule_response.rb +11 -1
  64. data/lib/pulpcore_client/models/upload_detail_response.rb +11 -1
  65. data/lib/pulpcore_client/models/upload_response.rb +11 -1
  66. data/lib/pulpcore_client/models/upstream_pulp_response.rb +11 -11
  67. data/lib/pulpcore_client/models/user_role_response.rb +11 -1
  68. data/lib/pulpcore_client/models/worker_response.rb +11 -1
  69. data/lib/pulpcore_client/version.rb +1 -1
  70. data/spec/api/tasks_api_spec.rb +1 -1
  71. data/spec/models/access_policy_response_spec.rb +6 -0
  72. data/spec/models/artifact_distribution_response_spec.rb +13 -7
  73. data/spec/models/artifact_response_spec.rb +6 -0
  74. data/spec/models/composite_content_guard_response_spec.rb +6 -0
  75. data/spec/models/content_guard_response_spec.rb +6 -0
  76. data/spec/models/content_redirect_content_guard_response_spec.rb +6 -0
  77. data/spec/models/distribution_response_spec.rb +6 -0
  78. data/spec/models/domain_response_spec.rb +6 -0
  79. data/spec/models/filesystem_export_response_spec.rb +6 -0
  80. data/spec/models/filesystem_exporter_response_spec.rb +6 -0
  81. data/spec/models/group_role_response_spec.rb +6 -0
  82. data/spec/models/header_content_guard_response_spec.rb +6 -0
  83. data/spec/models/import_response_spec.rb +6 -0
  84. data/spec/models/minimal_task_response_spec.rb +12 -0
  85. data/spec/models/multiple_artifact_content_response_spec.rb +6 -0
  86. data/spec/models/publication_response_spec.rb +6 -0
  87. data/spec/models/pulp_export_response_spec.rb +6 -0
  88. data/spec/models/pulp_exporter_response_spec.rb +6 -0
  89. data/spec/models/pulp_importer_response_spec.rb +6 -0
  90. data/spec/models/rbac_content_guard_response_spec.rb +6 -0
  91. data/spec/models/remote_response_spec.rb +6 -6
  92. data/spec/models/repository_response_spec.rb +6 -0
  93. data/spec/models/repository_version_response_spec.rb +6 -0
  94. data/spec/models/role_response_spec.rb +6 -0
  95. data/spec/models/signing_service_response_spec.rb +6 -0
  96. data/spec/models/task_response_spec.rb +12 -0
  97. data/spec/models/task_schedule_response_spec.rb +6 -0
  98. data/spec/models/upload_detail_response_spec.rb +6 -0
  99. data/spec/models/upload_response_spec.rb +6 -0
  100. data/spec/models/upstream_pulp_response_spec.rb +6 -6
  101. data/spec/models/user_role_response_spec.rb +6 -0
  102. data/spec/models/worker_response_spec.rb +6 -0
  103. metadata +151 -151
@@ -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.47.0'
14
+ VERSION = '3.49.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,25 @@ 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_labels"' 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 "name"' do
41
+ describe 'test attribute "content_guard"' 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 "content_guard"' do
47
+ describe 'test attribute "hidden"' 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 "base_path"' do
53
+ describe 'test attribute "pulp_created"' do
54
54
  it 'should work' do
55
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
56
  end
@@ -62,19 +62,25 @@ describe 'ArtifactDistributionResponse' do
62
62
  end
63
63
  end
64
64
 
65
- describe 'test attribute "pulp_href"' do
65
+ describe 'test attribute "name"' do
66
66
  it 'should work' do
67
67
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
68
68
  end
69
69
  end
70
70
 
71
- describe 'test attribute "pulp_created"' do
71
+ describe 'test attribute "base_path"' do
72
72
  it 'should work' do
73
73
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
74
74
  end
75
75
  end
76
76
 
77
- describe 'test attribute "pulp_labels"' do
77
+ describe 'test attribute "pulp_href"' do
78
+ it 'should work' do
79
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
80
+ end
81
+ end
82
+
83
+ describe 'test attribute "pulp_last_updated"' 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
@@ -44,6 +44,12 @@ describe 'TaskResponse' 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 "state"' do
48
54
  it 'should work' do
49
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -68,6 +74,12 @@ describe 'TaskResponse' do
68
74
  end
69
75
  end
70
76
 
77
+ describe 'test attribute "unblocked_at"' do
78
+ it 'should work' do
79
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
80
+ end
81
+ end
82
+
71
83
  describe 'test attribute "started_at"' do
72
84
  it 'should work' do
73
85
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -44,6 +44,12 @@ describe 'TaskScheduleResponse' 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 'UploadDetailResponse' 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 "size"' 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 'UploadResponse' 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 "size"' 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 'UpstreamPulpResponse' 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 'UpstreamPulpResponse' 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 "hidden_fields"' do
96
96
  it 'should work' do
97
97
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers