pulp_container_client 2.26.1 → 2.26.2

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 (33) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -4
  3. data/docs/ContainerContainerDistribution.md +6 -6
  4. data/docs/ContainerContainerDistributionResponse.md +14 -14
  5. data/docs/ContainerContainerPullThroughDistribution.md +6 -6
  6. data/docs/ContainerContainerPullThroughDistributionResponse.md +14 -14
  7. data/docs/ContainerContainerPushRepository.md +7 -7
  8. data/docs/ContainerContainerPushRepositoryResponse.md +15 -15
  9. data/docs/DistributionsContainerApi.md +2 -2
  10. data/docs/DistributionsPullThroughApi.md +2 -2
  11. data/docs/PatchedcontainerContainerDistribution.md +6 -6
  12. data/docs/PatchedcontainerContainerPullThroughDistribution.md +6 -6
  13. data/docs/PatchedcontainerContainerPushRepository.md +7 -7
  14. data/lib/pulp_container_client/models/container_container_distribution.rb +53 -53
  15. data/lib/pulp_container_client/models/container_container_distribution_response.rb +72 -72
  16. data/lib/pulp_container_client/models/container_container_pull_through_distribution.rb +53 -53
  17. data/lib/pulp_container_client/models/container_container_pull_through_distribution_response.rb +72 -72
  18. data/lib/pulp_container_client/models/container_container_push_repository.rb +49 -49
  19. data/lib/pulp_container_client/models/container_container_push_repository_response.rb +66 -66
  20. data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +47 -47
  21. data/lib/pulp_container_client/models/patchedcontainer_container_pull_through_distribution.rb +47 -47
  22. data/lib/pulp_container_client/models/patchedcontainer_container_push_repository.rb +49 -49
  23. data/lib/pulp_container_client/version.rb +1 -1
  24. data/spec/models/container_container_distribution_response_spec.rb +10 -10
  25. data/spec/models/container_container_distribution_spec.rb +4 -4
  26. data/spec/models/container_container_pull_through_distribution_response_spec.rb +10 -10
  27. data/spec/models/container_container_pull_through_distribution_spec.rb +4 -4
  28. data/spec/models/container_container_push_repository_response_spec.rb +10 -10
  29. data/spec/models/container_container_push_repository_spec.rb +5 -5
  30. data/spec/models/patchedcontainer_container_distribution_spec.rb +4 -4
  31. data/spec/models/patchedcontainer_container_pull_through_distribution_spec.rb +4 -4
  32. data/spec/models/patchedcontainer_container_push_repository_spec.rb +5 -5
  33. metadata +2 -2
@@ -16,36 +16,36 @@ require 'time'
16
16
  module PulpContainerClient
17
17
  # A serializer for a specialized pull-through distribution referencing sub-distributions.
18
18
  class ContainerContainerPullThroughDistributionResponse
19
- # Timestamp of creation.
20
- attr_accessor :pulp_created
21
-
22
- # A unique name. Ex, `rawhide` and `stable`.
23
- attr_accessor :name
24
-
25
- # Timestamp since when the distributed content served by this distribution has not changed. If equals to `null`, no guarantee is provided about content changes.
26
- attr_accessor :no_content_change_since
27
-
28
- # 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.
29
- attr_accessor :pulp_last_updated
30
-
31
- # The Pulp Resource Name (PRN).
32
- attr_accessor :prn
19
+ attr_accessor :pulp_labels
33
20
 
34
21
  # The latest RepositoryVersion for this Repository will be served.
35
22
  attr_accessor :repository
36
23
 
37
- attr_accessor :pulp_labels
24
+ # The Pulp Resource Name (PRN).
25
+ attr_accessor :prn
38
26
 
39
27
  # The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
40
28
  attr_accessor :base_path
41
29
 
42
- attr_accessor :pulp_href
30
+ # Whether this distribution should be shown in the content app.
31
+ attr_accessor :hidden
32
+
33
+ # Timestamp of creation.
34
+ attr_accessor :pulp_created
43
35
 
44
36
  # An optional content-guard. If none is specified, a default one will be used.
45
37
  attr_accessor :content_guard
46
38
 
47
- # Whether this distribution should be shown in the content app.
48
- attr_accessor :hidden
39
+ # A unique name. Ex, `rawhide` and `stable`.
40
+ attr_accessor :name
41
+
42
+ attr_accessor :pulp_href
43
+
44
+ # Timestamp since when the distributed content served by this distribution has not changed. If equals to `null`, no guarantee is provided about content changes.
45
+ attr_accessor :no_content_change_since
46
+
47
+ # 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.
48
+ attr_accessor :pulp_last_updated
49
49
 
50
50
  # Remote that can be used to fetch content when using pull-through caching.
51
51
  attr_accessor :remote
@@ -65,17 +65,17 @@ module PulpContainerClient
65
65
  # Attribute mapping from ruby-style variable name to JSON key.
66
66
  def self.attribute_map
67
67
  {
68
+ :'pulp_labels' => :'pulp_labels',
69
+ :'repository' => :'repository',
70
+ :'prn' => :'prn',
71
+ :'base_path' => :'base_path',
72
+ :'hidden' => :'hidden',
68
73
  :'pulp_created' => :'pulp_created',
74
+ :'content_guard' => :'content_guard',
69
75
  :'name' => :'name',
76
+ :'pulp_href' => :'pulp_href',
70
77
  :'no_content_change_since' => :'no_content_change_since',
71
78
  :'pulp_last_updated' => :'pulp_last_updated',
72
- :'prn' => :'prn',
73
- :'repository' => :'repository',
74
- :'pulp_labels' => :'pulp_labels',
75
- :'base_path' => :'base_path',
76
- :'pulp_href' => :'pulp_href',
77
- :'content_guard' => :'content_guard',
78
- :'hidden' => :'hidden',
79
79
  :'remote' => :'remote',
80
80
  :'distributions' => :'distributions',
81
81
  :'namespace' => :'namespace',
@@ -92,17 +92,17 @@ module PulpContainerClient
92
92
  # Attribute type mapping.
93
93
  def self.openapi_types
94
94
  {
95
+ :'pulp_labels' => :'Hash<String, String>',
96
+ :'repository' => :'String',
97
+ :'prn' => :'String',
98
+ :'base_path' => :'String',
99
+ :'hidden' => :'Boolean',
95
100
  :'pulp_created' => :'Time',
101
+ :'content_guard' => :'String',
96
102
  :'name' => :'String',
103
+ :'pulp_href' => :'String',
97
104
  :'no_content_change_since' => :'String',
98
105
  :'pulp_last_updated' => :'Time',
99
- :'prn' => :'String',
100
- :'repository' => :'String',
101
- :'pulp_labels' => :'Hash<String, String>',
102
- :'base_path' => :'String',
103
- :'pulp_href' => :'String',
104
- :'content_guard' => :'String',
105
- :'hidden' => :'Boolean',
106
106
  :'remote' => :'String',
107
107
  :'distributions' => :'Array<String>',
108
108
  :'namespace' => :'String',
@@ -134,56 +134,56 @@ module PulpContainerClient
134
134
  h[k.to_sym] = v
135
135
  }
136
136
 
137
- if attributes.key?(:'pulp_created')
138
- self.pulp_created = attributes[:'pulp_created']
137
+ if attributes.key?(:'pulp_labels')
138
+ if (value = attributes[:'pulp_labels']).is_a?(Hash)
139
+ self.pulp_labels = value
140
+ end
139
141
  end
140
142
 
141
- if attributes.key?(:'name')
142
- self.name = attributes[:'name']
143
- else
144
- self.name = nil
143
+ if attributes.key?(:'repository')
144
+ self.repository = attributes[:'repository']
145
145
  end
146
146
 
147
- if attributes.key?(:'no_content_change_since')
148
- self.no_content_change_since = attributes[:'no_content_change_since']
147
+ if attributes.key?(:'prn')
148
+ self.prn = attributes[:'prn']
149
149
  end
150
150
 
151
- if attributes.key?(:'pulp_last_updated')
152
- self.pulp_last_updated = attributes[:'pulp_last_updated']
151
+ if attributes.key?(:'base_path')
152
+ self.base_path = attributes[:'base_path']
153
+ else
154
+ self.base_path = nil
153
155
  end
154
156
 
155
- if attributes.key?(:'prn')
156
- self.prn = attributes[:'prn']
157
+ if attributes.key?(:'hidden')
158
+ self.hidden = attributes[:'hidden']
159
+ else
160
+ self.hidden = false
157
161
  end
158
162
 
159
- if attributes.key?(:'repository')
160
- self.repository = attributes[:'repository']
163
+ if attributes.key?(:'pulp_created')
164
+ self.pulp_created = attributes[:'pulp_created']
161
165
  end
162
166
 
163
- if attributes.key?(:'pulp_labels')
164
- if (value = attributes[:'pulp_labels']).is_a?(Hash)
165
- self.pulp_labels = value
166
- end
167
+ if attributes.key?(:'content_guard')
168
+ self.content_guard = attributes[:'content_guard']
167
169
  end
168
170
 
169
- if attributes.key?(:'base_path')
170
- self.base_path = attributes[:'base_path']
171
+ if attributes.key?(:'name')
172
+ self.name = attributes[:'name']
171
173
  else
172
- self.base_path = nil
174
+ self.name = nil
173
175
  end
174
176
 
175
177
  if attributes.key?(:'pulp_href')
176
178
  self.pulp_href = attributes[:'pulp_href']
177
179
  end
178
180
 
179
- if attributes.key?(:'content_guard')
180
- self.content_guard = attributes[:'content_guard']
181
+ if attributes.key?(:'no_content_change_since')
182
+ self.no_content_change_since = attributes[:'no_content_change_since']
181
183
  end
182
184
 
183
- if attributes.key?(:'hidden')
184
- self.hidden = attributes[:'hidden']
185
- else
186
- self.hidden = false
185
+ if attributes.key?(:'pulp_last_updated')
186
+ self.pulp_last_updated = attributes[:'pulp_last_updated']
187
187
  end
188
188
 
189
189
  if attributes.key?(:'remote')
@@ -216,14 +216,14 @@ module PulpContainerClient
216
216
  def list_invalid_properties
217
217
  warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
218
218
  invalid_properties = Array.new
219
- if @name.nil?
220
- invalid_properties.push('invalid value for "name", name cannot be nil.')
221
- end
222
-
223
219
  if @base_path.nil?
224
220
  invalid_properties.push('invalid value for "base_path", base_path cannot be nil.')
225
221
  end
226
222
 
223
+ if @name.nil?
224
+ invalid_properties.push('invalid value for "name", name cannot be nil.')
225
+ end
226
+
227
227
  if @remote.nil?
228
228
  invalid_properties.push('invalid value for "remote", remote cannot be nil.')
229
229
  end
@@ -235,8 +235,8 @@ module PulpContainerClient
235
235
  # @return true if the model is valid
236
236
  def valid?
237
237
  warn '[DEPRECATED] the `valid?` method is obsolete'
238
- return false if @name.nil?
239
238
  return false if @base_path.nil?
239
+ return false if @name.nil?
240
240
  return false if @remote.nil?
241
241
  true
242
242
  end
@@ -246,17 +246,17 @@ module PulpContainerClient
246
246
  def ==(o)
247
247
  return true if self.equal?(o)
248
248
  self.class == o.class &&
249
+ pulp_labels == o.pulp_labels &&
250
+ repository == o.repository &&
251
+ prn == o.prn &&
252
+ base_path == o.base_path &&
253
+ hidden == o.hidden &&
249
254
  pulp_created == o.pulp_created &&
255
+ content_guard == o.content_guard &&
250
256
  name == o.name &&
257
+ pulp_href == o.pulp_href &&
251
258
  no_content_change_since == o.no_content_change_since &&
252
259
  pulp_last_updated == o.pulp_last_updated &&
253
- prn == o.prn &&
254
- repository == o.repository &&
255
- pulp_labels == o.pulp_labels &&
256
- base_path == o.base_path &&
257
- pulp_href == o.pulp_href &&
258
- content_guard == o.content_guard &&
259
- hidden == o.hidden &&
260
260
  remote == o.remote &&
261
261
  distributions == o.distributions &&
262
262
  namespace == o.namespace &&
@@ -273,7 +273,7 @@ module PulpContainerClient
273
273
  # Calculates hash code according to all attributes.
274
274
  # @return [Integer] Hash code
275
275
  def hash
276
- [pulp_created, name, no_content_change_since, pulp_last_updated, prn, repository, pulp_labels, base_path, pulp_href, content_guard, hidden, remote, distributions, namespace, private, description].hash
276
+ [pulp_labels, repository, prn, base_path, hidden, pulp_created, content_guard, name, pulp_href, no_content_change_since, pulp_last_updated, remote, distributions, namespace, private, description].hash
277
277
  end
278
278
 
279
279
  # Builds the object from hash
@@ -16,28 +16,28 @@ require 'time'
16
16
  module PulpContainerClient
17
17
  # Serializer for Container Push Repositories.
18
18
  class ContainerContainerPushRepository
19
- # An optional description.
20
- attr_accessor :description
21
-
22
- # Retain X versions of the repository. Default is null which retains all versions.
23
- attr_accessor :retain_repo_versions
19
+ attr_accessor :pulp_labels
24
20
 
25
21
  # A reference to an associated signing service.
26
22
  attr_accessor :manifest_signing_service
27
23
 
28
- attr_accessor :pulp_labels
29
-
30
24
  # A unique name for this repository.
31
25
  attr_accessor :name
32
26
 
27
+ # An optional description.
28
+ attr_accessor :description
29
+
30
+ # Retain X versions of the repository. Default is null which retains all versions.
31
+ attr_accessor :retain_repo_versions
32
+
33
33
  # Attribute mapping from ruby-style variable name to JSON key.
34
34
  def self.attribute_map
35
35
  {
36
- :'description' => :'description',
37
- :'retain_repo_versions' => :'retain_repo_versions',
38
- :'manifest_signing_service' => :'manifest_signing_service',
39
36
  :'pulp_labels' => :'pulp_labels',
40
- :'name' => :'name'
37
+ :'manifest_signing_service' => :'manifest_signing_service',
38
+ :'name' => :'name',
39
+ :'description' => :'description',
40
+ :'retain_repo_versions' => :'retain_repo_versions'
41
41
  }
42
42
  end
43
43
 
@@ -49,20 +49,20 @@ module PulpContainerClient
49
49
  # Attribute type mapping.
50
50
  def self.openapi_types
51
51
  {
52
- :'description' => :'String',
53
- :'retain_repo_versions' => :'Integer',
54
- :'manifest_signing_service' => :'String',
55
52
  :'pulp_labels' => :'Hash<String, String>',
56
- :'name' => :'String'
53
+ :'manifest_signing_service' => :'String',
54
+ :'name' => :'String',
55
+ :'description' => :'String',
56
+ :'retain_repo_versions' => :'Integer'
57
57
  }
58
58
  end
59
59
 
60
60
  # List of attributes with nullable: true
61
61
  def self.openapi_nullable
62
62
  Set.new([
63
- :'description',
64
- :'retain_repo_versions',
65
63
  :'manifest_signing_service',
64
+ :'description',
65
+ :'retain_repo_versions'
66
66
  ])
67
67
  end
68
68
 
@@ -81,29 +81,29 @@ module PulpContainerClient
81
81
  h[k.to_sym] = v
82
82
  }
83
83
 
84
- if attributes.key?(:'description')
85
- self.description = attributes[:'description']
86
- end
87
-
88
- if attributes.key?(:'retain_repo_versions')
89
- self.retain_repo_versions = attributes[:'retain_repo_versions']
90
- end
91
-
92
- if attributes.key?(:'manifest_signing_service')
93
- self.manifest_signing_service = attributes[:'manifest_signing_service']
94
- end
95
-
96
84
  if attributes.key?(:'pulp_labels')
97
85
  if (value = attributes[:'pulp_labels']).is_a?(Hash)
98
86
  self.pulp_labels = value
99
87
  end
100
88
  end
101
89
 
90
+ if attributes.key?(:'manifest_signing_service')
91
+ self.manifest_signing_service = attributes[:'manifest_signing_service']
92
+ end
93
+
102
94
  if attributes.key?(:'name')
103
95
  self.name = attributes[:'name']
104
96
  else
105
97
  self.name = nil
106
98
  end
99
+
100
+ if attributes.key?(:'description')
101
+ self.description = attributes[:'description']
102
+ end
103
+
104
+ if attributes.key?(:'retain_repo_versions')
105
+ self.retain_repo_versions = attributes[:'retain_repo_versions']
106
+ end
107
107
  end
108
108
 
109
109
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -111,10 +111,6 @@ module PulpContainerClient
111
111
  def list_invalid_properties
112
112
  warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
113
113
  invalid_properties = Array.new
114
- if !@description.nil? && @description.to_s.length < 1
115
- invalid_properties.push('invalid value for "description", the character length must be great than or equal to 1.')
116
- end
117
-
118
114
  if @name.nil?
119
115
  invalid_properties.push('invalid value for "name", name cannot be nil.')
120
116
  end
@@ -123,6 +119,10 @@ module PulpContainerClient
123
119
  invalid_properties.push('invalid value for "name", the character length must be great than or equal to 1.')
124
120
  end
125
121
 
122
+ if !@description.nil? && @description.to_s.length < 1
123
+ invalid_properties.push('invalid value for "description", the character length must be great than or equal to 1.')
124
+ end
125
+
126
126
  invalid_properties
127
127
  end
128
128
 
@@ -130,22 +130,12 @@ module PulpContainerClient
130
130
  # @return true if the model is valid
131
131
  def valid?
132
132
  warn '[DEPRECATED] the `valid?` method is obsolete'
133
- return false if !@description.nil? && @description.to_s.length < 1
134
133
  return false if @name.nil?
135
134
  return false if @name.to_s.length < 1
135
+ return false if !@description.nil? && @description.to_s.length < 1
136
136
  true
137
137
  end
138
138
 
139
- # Custom attribute writer method with validation
140
- # @param [Object] description Value to be assigned
141
- def description=(description)
142
- if !description.nil? && description.to_s.length < 1
143
- fail ArgumentError, 'invalid value for "description", the character length must be great than or equal to 1.'
144
- end
145
-
146
- @description = description
147
- end
148
-
149
139
  # Custom attribute writer method with validation
150
140
  # @param [Object] name Value to be assigned
151
141
  def name=(name)
@@ -160,16 +150,26 @@ module PulpContainerClient
160
150
  @name = name
161
151
  end
162
152
 
153
+ # Custom attribute writer method with validation
154
+ # @param [Object] description Value to be assigned
155
+ def description=(description)
156
+ if !description.nil? && description.to_s.length < 1
157
+ fail ArgumentError, 'invalid value for "description", the character length must be great than or equal to 1.'
158
+ end
159
+
160
+ @description = description
161
+ end
162
+
163
163
  # Checks equality by comparing each attribute.
164
164
  # @param [Object] Object to be compared
165
165
  def ==(o)
166
166
  return true if self.equal?(o)
167
167
  self.class == o.class &&
168
- description == o.description &&
169
- retain_repo_versions == o.retain_repo_versions &&
170
- manifest_signing_service == o.manifest_signing_service &&
171
168
  pulp_labels == o.pulp_labels &&
172
- name == o.name
169
+ manifest_signing_service == o.manifest_signing_service &&
170
+ name == o.name &&
171
+ description == o.description &&
172
+ retain_repo_versions == o.retain_repo_versions
173
173
  end
174
174
 
175
175
  # @see the `==` method
@@ -181,7 +181,7 @@ module PulpContainerClient
181
181
  # Calculates hash code according to all attributes.
182
182
  # @return [Integer] Hash code
183
183
  def hash
184
- [description, retain_repo_versions, manifest_signing_service, pulp_labels, name].hash
184
+ [pulp_labels, manifest_signing_service, name, description, retain_repo_versions].hash
185
185
  end
186
186
 
187
187
  # Builds the object from hash
@@ -16,49 +16,49 @@ require 'time'
16
16
  module PulpContainerClient
17
17
  # Serializer for Container Push Repositories.
18
18
  class ContainerContainerPushRepositoryResponse
19
- # Timestamp of creation.
20
- attr_accessor :pulp_created
19
+ attr_accessor :versions_href
21
20
 
22
- # An optional description.
23
- attr_accessor :description
21
+ attr_accessor :pulp_labels
24
22
 
25
- # Retain X versions of the repository. Default is null which retains all versions.
26
- attr_accessor :retain_repo_versions
23
+ # The Pulp Resource Name (PRN).
24
+ attr_accessor :prn
27
25
 
28
- # 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.
29
- attr_accessor :pulp_last_updated
26
+ attr_accessor :latest_version_href
30
27
 
31
28
  # A reference to an associated signing service.
32
29
  attr_accessor :manifest_signing_service
33
30
 
34
- # The Pulp Resource Name (PRN).
35
- attr_accessor :prn
31
+ # Timestamp of creation.
32
+ attr_accessor :pulp_created
36
33
 
37
- attr_accessor :pulp_labels
34
+ # A unique name for this repository.
35
+ attr_accessor :name
38
36
 
39
- attr_accessor :pulp_href
37
+ # An optional description.
38
+ attr_accessor :description
40
39
 
41
- attr_accessor :versions_href
40
+ attr_accessor :pulp_href
42
41
 
43
- # A unique name for this repository.
44
- attr_accessor :name
42
+ # Retain X versions of the repository. Default is null which retains all versions.
43
+ attr_accessor :retain_repo_versions
45
44
 
46
- attr_accessor :latest_version_href
45
+ # 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.
46
+ attr_accessor :pulp_last_updated
47
47
 
48
48
  # Attribute mapping from ruby-style variable name to JSON key.
49
49
  def self.attribute_map
50
50
  {
51
+ :'versions_href' => :'versions_href',
52
+ :'pulp_labels' => :'pulp_labels',
53
+ :'prn' => :'prn',
54
+ :'latest_version_href' => :'latest_version_href',
55
+ :'manifest_signing_service' => :'manifest_signing_service',
51
56
  :'pulp_created' => :'pulp_created',
57
+ :'name' => :'name',
52
58
  :'description' => :'description',
53
- :'retain_repo_versions' => :'retain_repo_versions',
54
- :'pulp_last_updated' => :'pulp_last_updated',
55
- :'manifest_signing_service' => :'manifest_signing_service',
56
- :'prn' => :'prn',
57
- :'pulp_labels' => :'pulp_labels',
58
59
  :'pulp_href' => :'pulp_href',
59
- :'versions_href' => :'versions_href',
60
- :'name' => :'name',
61
- :'latest_version_href' => :'latest_version_href'
60
+ :'retain_repo_versions' => :'retain_repo_versions',
61
+ :'pulp_last_updated' => :'pulp_last_updated'
62
62
  }
63
63
  end
64
64
 
@@ -70,26 +70,26 @@ module PulpContainerClient
70
70
  # Attribute type mapping.
71
71
  def self.openapi_types
72
72
  {
73
+ :'versions_href' => :'String',
74
+ :'pulp_labels' => :'Hash<String, String>',
75
+ :'prn' => :'String',
76
+ :'latest_version_href' => :'String',
77
+ :'manifest_signing_service' => :'String',
73
78
  :'pulp_created' => :'Time',
79
+ :'name' => :'String',
74
80
  :'description' => :'String',
75
- :'retain_repo_versions' => :'Integer',
76
- :'pulp_last_updated' => :'Time',
77
- :'manifest_signing_service' => :'String',
78
- :'prn' => :'String',
79
- :'pulp_labels' => :'Hash<String, String>',
80
81
  :'pulp_href' => :'String',
81
- :'versions_href' => :'String',
82
- :'name' => :'String',
83
- :'latest_version_href' => :'String'
82
+ :'retain_repo_versions' => :'Integer',
83
+ :'pulp_last_updated' => :'Time'
84
84
  }
85
85
  end
86
86
 
87
87
  # List of attributes with nullable: true
88
88
  def self.openapi_nullable
89
89
  Set.new([
90
+ :'manifest_signing_service',
90
91
  :'description',
91
92
  :'retain_repo_versions',
92
- :'manifest_signing_service',
93
93
  ])
94
94
  end
95
95
 
@@ -108,52 +108,52 @@ module PulpContainerClient
108
108
  h[k.to_sym] = v
109
109
  }
110
110
 
111
- if attributes.key?(:'pulp_created')
112
- self.pulp_created = attributes[:'pulp_created']
111
+ if attributes.key?(:'versions_href')
112
+ self.versions_href = attributes[:'versions_href']
113
113
  end
114
114
 
115
- if attributes.key?(:'description')
116
- self.description = attributes[:'description']
115
+ if attributes.key?(:'pulp_labels')
116
+ if (value = attributes[:'pulp_labels']).is_a?(Hash)
117
+ self.pulp_labels = value
118
+ end
117
119
  end
118
120
 
119
- if attributes.key?(:'retain_repo_versions')
120
- self.retain_repo_versions = attributes[:'retain_repo_versions']
121
+ if attributes.key?(:'prn')
122
+ self.prn = attributes[:'prn']
121
123
  end
122
124
 
123
- if attributes.key?(:'pulp_last_updated')
124
- self.pulp_last_updated = attributes[:'pulp_last_updated']
125
+ if attributes.key?(:'latest_version_href')
126
+ self.latest_version_href = attributes[:'latest_version_href']
125
127
  end
126
128
 
127
129
  if attributes.key?(:'manifest_signing_service')
128
130
  self.manifest_signing_service = attributes[:'manifest_signing_service']
129
131
  end
130
132
 
131
- if attributes.key?(:'prn')
132
- self.prn = attributes[:'prn']
133
+ if attributes.key?(:'pulp_created')
134
+ self.pulp_created = attributes[:'pulp_created']
133
135
  end
134
136
 
135
- if attributes.key?(:'pulp_labels')
136
- if (value = attributes[:'pulp_labels']).is_a?(Hash)
137
- self.pulp_labels = value
138
- end
137
+ if attributes.key?(:'name')
138
+ self.name = attributes[:'name']
139
+ else
140
+ self.name = nil
139
141
  end
140
142
 
141
- if attributes.key?(:'pulp_href')
142
- self.pulp_href = attributes[:'pulp_href']
143
+ if attributes.key?(:'description')
144
+ self.description = attributes[:'description']
143
145
  end
144
146
 
145
- if attributes.key?(:'versions_href')
146
- self.versions_href = attributes[:'versions_href']
147
+ if attributes.key?(:'pulp_href')
148
+ self.pulp_href = attributes[:'pulp_href']
147
149
  end
148
150
 
149
- if attributes.key?(:'name')
150
- self.name = attributes[:'name']
151
- else
152
- self.name = nil
151
+ if attributes.key?(:'retain_repo_versions')
152
+ self.retain_repo_versions = attributes[:'retain_repo_versions']
153
153
  end
154
154
 
155
- if attributes.key?(:'latest_version_href')
156
- self.latest_version_href = attributes[:'latest_version_href']
155
+ if attributes.key?(:'pulp_last_updated')
156
+ self.pulp_last_updated = attributes[:'pulp_last_updated']
157
157
  end
158
158
  end
159
159
 
@@ -182,17 +182,17 @@ module PulpContainerClient
182
182
  def ==(o)
183
183
  return true if self.equal?(o)
184
184
  self.class == o.class &&
185
+ versions_href == o.versions_href &&
186
+ pulp_labels == o.pulp_labels &&
187
+ prn == o.prn &&
188
+ latest_version_href == o.latest_version_href &&
189
+ manifest_signing_service == o.manifest_signing_service &&
185
190
  pulp_created == o.pulp_created &&
191
+ name == o.name &&
186
192
  description == o.description &&
187
- retain_repo_versions == o.retain_repo_versions &&
188
- pulp_last_updated == o.pulp_last_updated &&
189
- manifest_signing_service == o.manifest_signing_service &&
190
- prn == o.prn &&
191
- pulp_labels == o.pulp_labels &&
192
193
  pulp_href == o.pulp_href &&
193
- versions_href == o.versions_href &&
194
- name == o.name &&
195
- latest_version_href == o.latest_version_href
194
+ retain_repo_versions == o.retain_repo_versions &&
195
+ pulp_last_updated == o.pulp_last_updated
196
196
  end
197
197
 
198
198
  # @see the `==` method
@@ -204,7 +204,7 @@ module PulpContainerClient
204
204
  # Calculates hash code according to all attributes.
205
205
  # @return [Integer] Hash code
206
206
  def hash
207
- [pulp_created, description, retain_repo_versions, pulp_last_updated, manifest_signing_service, prn, pulp_labels, pulp_href, versions_href, name, latest_version_href].hash
207
+ [versions_href, pulp_labels, prn, latest_version_href, manifest_signing_service, pulp_created, name, description, pulp_href, retain_repo_versions, pulp_last_updated].hash
208
208
  end
209
209
 
210
210
  # Builds the object from hash