pulpcore_client 3.49.3 → 3.50.1
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.
- checksums.yaml +4 -4
- data/README.md +4 -4
- data/docs/ArtifactDistributionResponse.md +12 -12
- data/docs/PaginatedAccessPolicyResponseList.md +2 -2
- data/docs/PaginatedArtifactDistributionResponseList.md +2 -2
- data/docs/PaginatedArtifactResponseList.md +2 -2
- data/docs/PaginatedCompositeContentGuardResponseList.md +2 -2
- data/docs/PaginatedContentGuardResponseList.md +2 -2
- data/docs/PaginatedContentRedirectContentGuardResponseList.md +2 -2
- data/docs/PaginatedDistributionResponseList.md +2 -2
- data/docs/PaginatedDomainResponseList.md +2 -2
- data/docs/PaginatedFilesystemExportResponseList.md +2 -2
- data/docs/PaginatedFilesystemExporterResponseList.md +2 -2
- data/docs/PaginatedGroupResponseList.md +2 -2
- data/docs/PaginatedGroupRoleResponseList.md +2 -2
- data/docs/PaginatedGroupUserResponseList.md +2 -2
- data/docs/PaginatedHeaderContentGuardResponseList.md +2 -2
- data/docs/PaginatedImportResponseList.md +2 -2
- data/docs/PaginatedMultipleArtifactContentResponseList.md +2 -2
- data/docs/PaginatedPublicationResponseList.md +2 -2
- data/docs/PaginatedPulpExportResponseList.md +2 -2
- data/docs/PaginatedPulpExporterResponseList.md +2 -2
- data/docs/PaginatedPulpImporterResponseList.md +2 -2
- data/docs/PaginatedRBACContentGuardResponseList.md +2 -2
- data/docs/PaginatedRemoteResponseList.md +2 -2
- data/docs/PaginatedRepositoryResponseList.md +2 -2
- data/docs/PaginatedRepositoryVersionResponseList.md +2 -2
- data/docs/PaginatedRoleResponseList.md +2 -2
- data/docs/PaginatedSigningServiceResponseList.md +2 -2
- data/docs/PaginatedTaskGroupResponseList.md +2 -2
- data/docs/PaginatedTaskResponseList.md +2 -2
- data/docs/PaginatedTaskScheduleResponseList.md +2 -2
- data/docs/PaginatedUploadResponseList.md +2 -2
- data/docs/PaginatedUpstreamPulpResponseList.md +2 -2
- data/docs/PaginatedUserResponseList.md +2 -2
- data/docs/PaginatedUserRoleResponseList.md +2 -2
- data/docs/PaginatedWorkerResponseList.md +2 -2
- data/docs/TasksApi.md +2 -2
- data/lib/pulpcore_client/api/tasks_api.rb +2 -2
- data/lib/pulpcore_client/models/artifact_distribution_response.rb +55 -55
- data/lib/pulpcore_client/models/paginated_access_policy_response_list.rb +10 -0
- data/lib/pulpcore_client/models/paginated_artifact_distribution_response_list.rb +10 -0
- data/lib/pulpcore_client/models/paginated_artifact_response_list.rb +10 -0
- data/lib/pulpcore_client/models/paginated_composite_content_guard_response_list.rb +10 -0
- data/lib/pulpcore_client/models/paginated_content_guard_response_list.rb +10 -0
- data/lib/pulpcore_client/models/paginated_content_redirect_content_guard_response_list.rb +10 -0
- data/lib/pulpcore_client/models/paginated_distribution_response_list.rb +10 -0
- data/lib/pulpcore_client/models/paginated_domain_response_list.rb +10 -0
- data/lib/pulpcore_client/models/paginated_filesystem_export_response_list.rb +10 -0
- data/lib/pulpcore_client/models/paginated_filesystem_exporter_response_list.rb +10 -0
- data/lib/pulpcore_client/models/paginated_group_response_list.rb +10 -0
- data/lib/pulpcore_client/models/paginated_group_role_response_list.rb +10 -0
- data/lib/pulpcore_client/models/paginated_group_user_response_list.rb +10 -0
- data/lib/pulpcore_client/models/paginated_header_content_guard_response_list.rb +10 -0
- data/lib/pulpcore_client/models/paginated_import_response_list.rb +10 -0
- data/lib/pulpcore_client/models/paginated_multiple_artifact_content_response_list.rb +10 -0
- data/lib/pulpcore_client/models/paginated_publication_response_list.rb +10 -0
- data/lib/pulpcore_client/models/paginated_pulp_export_response_list.rb +10 -0
- data/lib/pulpcore_client/models/paginated_pulp_exporter_response_list.rb +10 -0
- data/lib/pulpcore_client/models/paginated_pulp_importer_response_list.rb +10 -0
- data/lib/pulpcore_client/models/paginated_rbac_content_guard_response_list.rb +10 -0
- data/lib/pulpcore_client/models/paginated_remote_response_list.rb +10 -0
- data/lib/pulpcore_client/models/paginated_repository_response_list.rb +10 -0
- data/lib/pulpcore_client/models/paginated_repository_version_response_list.rb +10 -0
- data/lib/pulpcore_client/models/paginated_role_response_list.rb +10 -0
- data/lib/pulpcore_client/models/paginated_signing_service_response_list.rb +10 -0
- data/lib/pulpcore_client/models/paginated_task_group_response_list.rb +10 -0
- data/lib/pulpcore_client/models/paginated_task_response_list.rb +10 -0
- data/lib/pulpcore_client/models/paginated_task_schedule_response_list.rb +10 -0
- data/lib/pulpcore_client/models/paginated_upload_response_list.rb +10 -0
- data/lib/pulpcore_client/models/paginated_upstream_pulp_response_list.rb +10 -0
- data/lib/pulpcore_client/models/paginated_user_response_list.rb +10 -0
- data/lib/pulpcore_client/models/paginated_user_role_response_list.rb +10 -0
- data/lib/pulpcore_client/models/paginated_worker_response_list.rb +10 -0
- data/lib/pulpcore_client/version.rb +1 -1
- data/spec/api/tasks_api_spec.rb +1 -1
- data/spec/models/artifact_distribution_response_spec.rb +8 -8
- metadata +2 -2
|
@@ -15,58 +15,58 @@ require 'date'
|
|
|
15
15
|
module PulpcoreClient
|
|
16
16
|
# A serializer for ArtifactDistribution.
|
|
17
17
|
class ArtifactDistributionResponse
|
|
18
|
-
|
|
19
|
-
|
|
18
|
+
attr_accessor :pulp_href
|
|
19
|
+
|
|
20
|
+
# Whether this distribution should be shown in the content app.
|
|
21
|
+
attr_accessor :hidden
|
|
20
22
|
|
|
21
23
|
# Timestamp of creation.
|
|
22
24
|
attr_accessor :pulp_created
|
|
23
25
|
|
|
24
|
-
# A unique name. Ex, `rawhide` and `stable`.
|
|
25
|
-
attr_accessor :name
|
|
26
|
-
|
|
27
|
-
# An optional content-guard.
|
|
28
|
-
attr_accessor :content_guard
|
|
29
|
-
|
|
30
|
-
attr_accessor :pulp_labels
|
|
31
|
-
|
|
32
26
|
# The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
|
|
33
27
|
attr_accessor :base_path
|
|
34
28
|
|
|
29
|
+
attr_accessor :pulp_labels
|
|
30
|
+
|
|
35
31
|
# 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.
|
|
36
32
|
attr_accessor :pulp_last_updated
|
|
37
33
|
|
|
38
|
-
|
|
34
|
+
# An optional content-guard.
|
|
35
|
+
attr_accessor :content_guard
|
|
39
36
|
|
|
40
|
-
#
|
|
41
|
-
attr_accessor :
|
|
37
|
+
# A unique name. Ex, `rawhide` and `stable`.
|
|
38
|
+
attr_accessor :name
|
|
39
|
+
|
|
40
|
+
# The URL for accessing the publication as defined by this distribution.
|
|
41
|
+
attr_accessor :base_url
|
|
42
42
|
|
|
43
43
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
44
44
|
def self.attribute_map
|
|
45
45
|
{
|
|
46
|
-
:'
|
|
46
|
+
:'pulp_href' => :'pulp_href',
|
|
47
|
+
:'hidden' => :'hidden',
|
|
47
48
|
:'pulp_created' => :'pulp_created',
|
|
48
|
-
:'name' => :'name',
|
|
49
|
-
:'content_guard' => :'content_guard',
|
|
50
|
-
:'pulp_labels' => :'pulp_labels',
|
|
51
49
|
:'base_path' => :'base_path',
|
|
50
|
+
:'pulp_labels' => :'pulp_labels',
|
|
52
51
|
:'pulp_last_updated' => :'pulp_last_updated',
|
|
53
|
-
:'
|
|
54
|
-
:'
|
|
52
|
+
:'content_guard' => :'content_guard',
|
|
53
|
+
:'name' => :'name',
|
|
54
|
+
:'base_url' => :'base_url'
|
|
55
55
|
}
|
|
56
56
|
end
|
|
57
57
|
|
|
58
58
|
# Attribute type mapping.
|
|
59
59
|
def self.openapi_types
|
|
60
60
|
{
|
|
61
|
-
:'
|
|
61
|
+
:'pulp_href' => :'String',
|
|
62
|
+
:'hidden' => :'Boolean',
|
|
62
63
|
:'pulp_created' => :'DateTime',
|
|
63
|
-
:'name' => :'String',
|
|
64
|
-
:'content_guard' => :'String',
|
|
65
|
-
:'pulp_labels' => :'Hash<String, String>',
|
|
66
64
|
:'base_path' => :'String',
|
|
65
|
+
:'pulp_labels' => :'Hash<String, String>',
|
|
67
66
|
:'pulp_last_updated' => :'DateTime',
|
|
68
|
-
:'
|
|
69
|
-
:'
|
|
67
|
+
:'content_guard' => :'String',
|
|
68
|
+
:'name' => :'String',
|
|
69
|
+
:'base_url' => :'String'
|
|
70
70
|
}
|
|
71
71
|
end
|
|
72
72
|
|
|
@@ -92,20 +92,22 @@ module PulpcoreClient
|
|
|
92
92
|
h[k.to_sym] = v
|
|
93
93
|
}
|
|
94
94
|
|
|
95
|
-
if attributes.key?(:'
|
|
96
|
-
self.
|
|
95
|
+
if attributes.key?(:'pulp_href')
|
|
96
|
+
self.pulp_href = attributes[:'pulp_href']
|
|
97
97
|
end
|
|
98
98
|
|
|
99
|
-
if attributes.key?(:'
|
|
100
|
-
self.
|
|
99
|
+
if attributes.key?(:'hidden')
|
|
100
|
+
self.hidden = attributes[:'hidden']
|
|
101
|
+
else
|
|
102
|
+
self.hidden = false
|
|
101
103
|
end
|
|
102
104
|
|
|
103
|
-
if attributes.key?(:'
|
|
104
|
-
self.
|
|
105
|
+
if attributes.key?(:'pulp_created')
|
|
106
|
+
self.pulp_created = attributes[:'pulp_created']
|
|
105
107
|
end
|
|
106
108
|
|
|
107
|
-
if attributes.key?(:'
|
|
108
|
-
self.
|
|
109
|
+
if attributes.key?(:'base_path')
|
|
110
|
+
self.base_path = attributes[:'base_path']
|
|
109
111
|
end
|
|
110
112
|
|
|
111
113
|
if attributes.key?(:'pulp_labels')
|
|
@@ -114,22 +116,20 @@ module PulpcoreClient
|
|
|
114
116
|
end
|
|
115
117
|
end
|
|
116
118
|
|
|
117
|
-
if attributes.key?(:'base_path')
|
|
118
|
-
self.base_path = attributes[:'base_path']
|
|
119
|
-
end
|
|
120
|
-
|
|
121
119
|
if attributes.key?(:'pulp_last_updated')
|
|
122
120
|
self.pulp_last_updated = attributes[:'pulp_last_updated']
|
|
123
121
|
end
|
|
124
122
|
|
|
125
|
-
if attributes.key?(:'
|
|
126
|
-
self.
|
|
123
|
+
if attributes.key?(:'content_guard')
|
|
124
|
+
self.content_guard = attributes[:'content_guard']
|
|
127
125
|
end
|
|
128
126
|
|
|
129
|
-
if attributes.key?(:'
|
|
130
|
-
self.
|
|
131
|
-
|
|
132
|
-
|
|
127
|
+
if attributes.key?(:'name')
|
|
128
|
+
self.name = attributes[:'name']
|
|
129
|
+
end
|
|
130
|
+
|
|
131
|
+
if attributes.key?(:'base_url')
|
|
132
|
+
self.base_url = attributes[:'base_url']
|
|
133
133
|
end
|
|
134
134
|
end
|
|
135
135
|
|
|
@@ -137,22 +137,22 @@ module PulpcoreClient
|
|
|
137
137
|
# @return Array for valid properties with the reasons
|
|
138
138
|
def list_invalid_properties
|
|
139
139
|
invalid_properties = Array.new
|
|
140
|
-
if @name.nil?
|
|
141
|
-
invalid_properties.push('invalid value for "name", name cannot be nil.')
|
|
142
|
-
end
|
|
143
|
-
|
|
144
140
|
if @base_path.nil?
|
|
145
141
|
invalid_properties.push('invalid value for "base_path", base_path cannot be nil.')
|
|
146
142
|
end
|
|
147
143
|
|
|
144
|
+
if @name.nil?
|
|
145
|
+
invalid_properties.push('invalid value for "name", name cannot be nil.')
|
|
146
|
+
end
|
|
147
|
+
|
|
148
148
|
invalid_properties
|
|
149
149
|
end
|
|
150
150
|
|
|
151
151
|
# Check to see if the all the properties in the model are valid
|
|
152
152
|
# @return true if the model is valid
|
|
153
153
|
def valid?
|
|
154
|
-
return false if @name.nil?
|
|
155
154
|
return false if @base_path.nil?
|
|
155
|
+
return false if @name.nil?
|
|
156
156
|
true
|
|
157
157
|
end
|
|
158
158
|
|
|
@@ -161,15 +161,15 @@ module PulpcoreClient
|
|
|
161
161
|
def ==(o)
|
|
162
162
|
return true if self.equal?(o)
|
|
163
163
|
self.class == o.class &&
|
|
164
|
-
|
|
164
|
+
pulp_href == o.pulp_href &&
|
|
165
|
+
hidden == o.hidden &&
|
|
165
166
|
pulp_created == o.pulp_created &&
|
|
166
|
-
name == o.name &&
|
|
167
|
-
content_guard == o.content_guard &&
|
|
168
|
-
pulp_labels == o.pulp_labels &&
|
|
169
167
|
base_path == o.base_path &&
|
|
168
|
+
pulp_labels == o.pulp_labels &&
|
|
170
169
|
pulp_last_updated == o.pulp_last_updated &&
|
|
171
|
-
|
|
172
|
-
|
|
170
|
+
content_guard == o.content_guard &&
|
|
171
|
+
name == o.name &&
|
|
172
|
+
base_url == o.base_url
|
|
173
173
|
end
|
|
174
174
|
|
|
175
175
|
# @see the `==` method
|
|
@@ -181,7 +181,7 @@ module PulpcoreClient
|
|
|
181
181
|
# Calculates hash code according to all attributes.
|
|
182
182
|
# @return [Integer] Hash code
|
|
183
183
|
def hash
|
|
184
|
-
[
|
|
184
|
+
[pulp_href, hidden, pulp_created, base_path, pulp_labels, pulp_last_updated, content_guard, name, base_url].hash
|
|
185
185
|
end
|
|
186
186
|
|
|
187
187
|
# Builds the object from hash
|
|
@@ -88,12 +88,22 @@ module PulpcoreClient
|
|
|
88
88
|
# @return Array for valid properties with the reasons
|
|
89
89
|
def list_invalid_properties
|
|
90
90
|
invalid_properties = Array.new
|
|
91
|
+
if @count.nil?
|
|
92
|
+
invalid_properties.push('invalid value for "count", count cannot be nil.')
|
|
93
|
+
end
|
|
94
|
+
|
|
95
|
+
if @results.nil?
|
|
96
|
+
invalid_properties.push('invalid value for "results", results cannot be nil.')
|
|
97
|
+
end
|
|
98
|
+
|
|
91
99
|
invalid_properties
|
|
92
100
|
end
|
|
93
101
|
|
|
94
102
|
# Check to see if the all the properties in the model are valid
|
|
95
103
|
# @return true if the model is valid
|
|
96
104
|
def valid?
|
|
105
|
+
return false if @count.nil?
|
|
106
|
+
return false if @results.nil?
|
|
97
107
|
true
|
|
98
108
|
end
|
|
99
109
|
|
|
@@ -88,12 +88,22 @@ module PulpcoreClient
|
|
|
88
88
|
# @return Array for valid properties with the reasons
|
|
89
89
|
def list_invalid_properties
|
|
90
90
|
invalid_properties = Array.new
|
|
91
|
+
if @count.nil?
|
|
92
|
+
invalid_properties.push('invalid value for "count", count cannot be nil.')
|
|
93
|
+
end
|
|
94
|
+
|
|
95
|
+
if @results.nil?
|
|
96
|
+
invalid_properties.push('invalid value for "results", results cannot be nil.')
|
|
97
|
+
end
|
|
98
|
+
|
|
91
99
|
invalid_properties
|
|
92
100
|
end
|
|
93
101
|
|
|
94
102
|
# Check to see if the all the properties in the model are valid
|
|
95
103
|
# @return true if the model is valid
|
|
96
104
|
def valid?
|
|
105
|
+
return false if @count.nil?
|
|
106
|
+
return false if @results.nil?
|
|
97
107
|
true
|
|
98
108
|
end
|
|
99
109
|
|
|
@@ -88,12 +88,22 @@ module PulpcoreClient
|
|
|
88
88
|
# @return Array for valid properties with the reasons
|
|
89
89
|
def list_invalid_properties
|
|
90
90
|
invalid_properties = Array.new
|
|
91
|
+
if @count.nil?
|
|
92
|
+
invalid_properties.push('invalid value for "count", count cannot be nil.')
|
|
93
|
+
end
|
|
94
|
+
|
|
95
|
+
if @results.nil?
|
|
96
|
+
invalid_properties.push('invalid value for "results", results cannot be nil.')
|
|
97
|
+
end
|
|
98
|
+
|
|
91
99
|
invalid_properties
|
|
92
100
|
end
|
|
93
101
|
|
|
94
102
|
# Check to see if the all the properties in the model are valid
|
|
95
103
|
# @return true if the model is valid
|
|
96
104
|
def valid?
|
|
105
|
+
return false if @count.nil?
|
|
106
|
+
return false if @results.nil?
|
|
97
107
|
true
|
|
98
108
|
end
|
|
99
109
|
|
|
@@ -88,12 +88,22 @@ module PulpcoreClient
|
|
|
88
88
|
# @return Array for valid properties with the reasons
|
|
89
89
|
def list_invalid_properties
|
|
90
90
|
invalid_properties = Array.new
|
|
91
|
+
if @count.nil?
|
|
92
|
+
invalid_properties.push('invalid value for "count", count cannot be nil.')
|
|
93
|
+
end
|
|
94
|
+
|
|
95
|
+
if @results.nil?
|
|
96
|
+
invalid_properties.push('invalid value for "results", results cannot be nil.')
|
|
97
|
+
end
|
|
98
|
+
|
|
91
99
|
invalid_properties
|
|
92
100
|
end
|
|
93
101
|
|
|
94
102
|
# Check to see if the all the properties in the model are valid
|
|
95
103
|
# @return true if the model is valid
|
|
96
104
|
def valid?
|
|
105
|
+
return false if @count.nil?
|
|
106
|
+
return false if @results.nil?
|
|
97
107
|
true
|
|
98
108
|
end
|
|
99
109
|
|
|
@@ -88,12 +88,22 @@ module PulpcoreClient
|
|
|
88
88
|
# @return Array for valid properties with the reasons
|
|
89
89
|
def list_invalid_properties
|
|
90
90
|
invalid_properties = Array.new
|
|
91
|
+
if @count.nil?
|
|
92
|
+
invalid_properties.push('invalid value for "count", count cannot be nil.')
|
|
93
|
+
end
|
|
94
|
+
|
|
95
|
+
if @results.nil?
|
|
96
|
+
invalid_properties.push('invalid value for "results", results cannot be nil.')
|
|
97
|
+
end
|
|
98
|
+
|
|
91
99
|
invalid_properties
|
|
92
100
|
end
|
|
93
101
|
|
|
94
102
|
# Check to see if the all the properties in the model are valid
|
|
95
103
|
# @return true if the model is valid
|
|
96
104
|
def valid?
|
|
105
|
+
return false if @count.nil?
|
|
106
|
+
return false if @results.nil?
|
|
97
107
|
true
|
|
98
108
|
end
|
|
99
109
|
|
|
@@ -88,12 +88,22 @@ module PulpcoreClient
|
|
|
88
88
|
# @return Array for valid properties with the reasons
|
|
89
89
|
def list_invalid_properties
|
|
90
90
|
invalid_properties = Array.new
|
|
91
|
+
if @count.nil?
|
|
92
|
+
invalid_properties.push('invalid value for "count", count cannot be nil.')
|
|
93
|
+
end
|
|
94
|
+
|
|
95
|
+
if @results.nil?
|
|
96
|
+
invalid_properties.push('invalid value for "results", results cannot be nil.')
|
|
97
|
+
end
|
|
98
|
+
|
|
91
99
|
invalid_properties
|
|
92
100
|
end
|
|
93
101
|
|
|
94
102
|
# Check to see if the all the properties in the model are valid
|
|
95
103
|
# @return true if the model is valid
|
|
96
104
|
def valid?
|
|
105
|
+
return false if @count.nil?
|
|
106
|
+
return false if @results.nil?
|
|
97
107
|
true
|
|
98
108
|
end
|
|
99
109
|
|
|
@@ -88,12 +88,22 @@ module PulpcoreClient
|
|
|
88
88
|
# @return Array for valid properties with the reasons
|
|
89
89
|
def list_invalid_properties
|
|
90
90
|
invalid_properties = Array.new
|
|
91
|
+
if @count.nil?
|
|
92
|
+
invalid_properties.push('invalid value for "count", count cannot be nil.')
|
|
93
|
+
end
|
|
94
|
+
|
|
95
|
+
if @results.nil?
|
|
96
|
+
invalid_properties.push('invalid value for "results", results cannot be nil.')
|
|
97
|
+
end
|
|
98
|
+
|
|
91
99
|
invalid_properties
|
|
92
100
|
end
|
|
93
101
|
|
|
94
102
|
# Check to see if the all the properties in the model are valid
|
|
95
103
|
# @return true if the model is valid
|
|
96
104
|
def valid?
|
|
105
|
+
return false if @count.nil?
|
|
106
|
+
return false if @results.nil?
|
|
97
107
|
true
|
|
98
108
|
end
|
|
99
109
|
|
|
@@ -88,12 +88,22 @@ module PulpcoreClient
|
|
|
88
88
|
# @return Array for valid properties with the reasons
|
|
89
89
|
def list_invalid_properties
|
|
90
90
|
invalid_properties = Array.new
|
|
91
|
+
if @count.nil?
|
|
92
|
+
invalid_properties.push('invalid value for "count", count cannot be nil.')
|
|
93
|
+
end
|
|
94
|
+
|
|
95
|
+
if @results.nil?
|
|
96
|
+
invalid_properties.push('invalid value for "results", results cannot be nil.')
|
|
97
|
+
end
|
|
98
|
+
|
|
91
99
|
invalid_properties
|
|
92
100
|
end
|
|
93
101
|
|
|
94
102
|
# Check to see if the all the properties in the model are valid
|
|
95
103
|
# @return true if the model is valid
|
|
96
104
|
def valid?
|
|
105
|
+
return false if @count.nil?
|
|
106
|
+
return false if @results.nil?
|
|
97
107
|
true
|
|
98
108
|
end
|
|
99
109
|
|
|
@@ -88,12 +88,22 @@ module PulpcoreClient
|
|
|
88
88
|
# @return Array for valid properties with the reasons
|
|
89
89
|
def list_invalid_properties
|
|
90
90
|
invalid_properties = Array.new
|
|
91
|
+
if @count.nil?
|
|
92
|
+
invalid_properties.push('invalid value for "count", count cannot be nil.')
|
|
93
|
+
end
|
|
94
|
+
|
|
95
|
+
if @results.nil?
|
|
96
|
+
invalid_properties.push('invalid value for "results", results cannot be nil.')
|
|
97
|
+
end
|
|
98
|
+
|
|
91
99
|
invalid_properties
|
|
92
100
|
end
|
|
93
101
|
|
|
94
102
|
# Check to see if the all the properties in the model are valid
|
|
95
103
|
# @return true if the model is valid
|
|
96
104
|
def valid?
|
|
105
|
+
return false if @count.nil?
|
|
106
|
+
return false if @results.nil?
|
|
97
107
|
true
|
|
98
108
|
end
|
|
99
109
|
|
|
@@ -88,12 +88,22 @@ module PulpcoreClient
|
|
|
88
88
|
# @return Array for valid properties with the reasons
|
|
89
89
|
def list_invalid_properties
|
|
90
90
|
invalid_properties = Array.new
|
|
91
|
+
if @count.nil?
|
|
92
|
+
invalid_properties.push('invalid value for "count", count cannot be nil.')
|
|
93
|
+
end
|
|
94
|
+
|
|
95
|
+
if @results.nil?
|
|
96
|
+
invalid_properties.push('invalid value for "results", results cannot be nil.')
|
|
97
|
+
end
|
|
98
|
+
|
|
91
99
|
invalid_properties
|
|
92
100
|
end
|
|
93
101
|
|
|
94
102
|
# Check to see if the all the properties in the model are valid
|
|
95
103
|
# @return true if the model is valid
|
|
96
104
|
def valid?
|
|
105
|
+
return false if @count.nil?
|
|
106
|
+
return false if @results.nil?
|
|
97
107
|
true
|
|
98
108
|
end
|
|
99
109
|
|
|
@@ -88,12 +88,22 @@ module PulpcoreClient
|
|
|
88
88
|
# @return Array for valid properties with the reasons
|
|
89
89
|
def list_invalid_properties
|
|
90
90
|
invalid_properties = Array.new
|
|
91
|
+
if @count.nil?
|
|
92
|
+
invalid_properties.push('invalid value for "count", count cannot be nil.')
|
|
93
|
+
end
|
|
94
|
+
|
|
95
|
+
if @results.nil?
|
|
96
|
+
invalid_properties.push('invalid value for "results", results cannot be nil.')
|
|
97
|
+
end
|
|
98
|
+
|
|
91
99
|
invalid_properties
|
|
92
100
|
end
|
|
93
101
|
|
|
94
102
|
# Check to see if the all the properties in the model are valid
|
|
95
103
|
# @return true if the model is valid
|
|
96
104
|
def valid?
|
|
105
|
+
return false if @count.nil?
|
|
106
|
+
return false if @results.nil?
|
|
97
107
|
true
|
|
98
108
|
end
|
|
99
109
|
|
|
@@ -88,12 +88,22 @@ module PulpcoreClient
|
|
|
88
88
|
# @return Array for valid properties with the reasons
|
|
89
89
|
def list_invalid_properties
|
|
90
90
|
invalid_properties = Array.new
|
|
91
|
+
if @count.nil?
|
|
92
|
+
invalid_properties.push('invalid value for "count", count cannot be nil.')
|
|
93
|
+
end
|
|
94
|
+
|
|
95
|
+
if @results.nil?
|
|
96
|
+
invalid_properties.push('invalid value for "results", results cannot be nil.')
|
|
97
|
+
end
|
|
98
|
+
|
|
91
99
|
invalid_properties
|
|
92
100
|
end
|
|
93
101
|
|
|
94
102
|
# Check to see if the all the properties in the model are valid
|
|
95
103
|
# @return true if the model is valid
|
|
96
104
|
def valid?
|
|
105
|
+
return false if @count.nil?
|
|
106
|
+
return false if @results.nil?
|
|
97
107
|
true
|
|
98
108
|
end
|
|
99
109
|
|
|
@@ -88,12 +88,22 @@ module PulpcoreClient
|
|
|
88
88
|
# @return Array for valid properties with the reasons
|
|
89
89
|
def list_invalid_properties
|
|
90
90
|
invalid_properties = Array.new
|
|
91
|
+
if @count.nil?
|
|
92
|
+
invalid_properties.push('invalid value for "count", count cannot be nil.')
|
|
93
|
+
end
|
|
94
|
+
|
|
95
|
+
if @results.nil?
|
|
96
|
+
invalid_properties.push('invalid value for "results", results cannot be nil.')
|
|
97
|
+
end
|
|
98
|
+
|
|
91
99
|
invalid_properties
|
|
92
100
|
end
|
|
93
101
|
|
|
94
102
|
# Check to see if the all the properties in the model are valid
|
|
95
103
|
# @return true if the model is valid
|
|
96
104
|
def valid?
|
|
105
|
+
return false if @count.nil?
|
|
106
|
+
return false if @results.nil?
|
|
97
107
|
true
|
|
98
108
|
end
|
|
99
109
|
|
|
@@ -88,12 +88,22 @@ module PulpcoreClient
|
|
|
88
88
|
# @return Array for valid properties with the reasons
|
|
89
89
|
def list_invalid_properties
|
|
90
90
|
invalid_properties = Array.new
|
|
91
|
+
if @count.nil?
|
|
92
|
+
invalid_properties.push('invalid value for "count", count cannot be nil.')
|
|
93
|
+
end
|
|
94
|
+
|
|
95
|
+
if @results.nil?
|
|
96
|
+
invalid_properties.push('invalid value for "results", results cannot be nil.')
|
|
97
|
+
end
|
|
98
|
+
|
|
91
99
|
invalid_properties
|
|
92
100
|
end
|
|
93
101
|
|
|
94
102
|
# Check to see if the all the properties in the model are valid
|
|
95
103
|
# @return true if the model is valid
|
|
96
104
|
def valid?
|
|
105
|
+
return false if @count.nil?
|
|
106
|
+
return false if @results.nil?
|
|
97
107
|
true
|
|
98
108
|
end
|
|
99
109
|
|
|
@@ -88,12 +88,22 @@ module PulpcoreClient
|
|
|
88
88
|
# @return Array for valid properties with the reasons
|
|
89
89
|
def list_invalid_properties
|
|
90
90
|
invalid_properties = Array.new
|
|
91
|
+
if @count.nil?
|
|
92
|
+
invalid_properties.push('invalid value for "count", count cannot be nil.')
|
|
93
|
+
end
|
|
94
|
+
|
|
95
|
+
if @results.nil?
|
|
96
|
+
invalid_properties.push('invalid value for "results", results cannot be nil.')
|
|
97
|
+
end
|
|
98
|
+
|
|
91
99
|
invalid_properties
|
|
92
100
|
end
|
|
93
101
|
|
|
94
102
|
# Check to see if the all the properties in the model are valid
|
|
95
103
|
# @return true if the model is valid
|
|
96
104
|
def valid?
|
|
105
|
+
return false if @count.nil?
|
|
106
|
+
return false if @results.nil?
|
|
97
107
|
true
|
|
98
108
|
end
|
|
99
109
|
|
|
@@ -88,12 +88,22 @@ module PulpcoreClient
|
|
|
88
88
|
# @return Array for valid properties with the reasons
|
|
89
89
|
def list_invalid_properties
|
|
90
90
|
invalid_properties = Array.new
|
|
91
|
+
if @count.nil?
|
|
92
|
+
invalid_properties.push('invalid value for "count", count cannot be nil.')
|
|
93
|
+
end
|
|
94
|
+
|
|
95
|
+
if @results.nil?
|
|
96
|
+
invalid_properties.push('invalid value for "results", results cannot be nil.')
|
|
97
|
+
end
|
|
98
|
+
|
|
91
99
|
invalid_properties
|
|
92
100
|
end
|
|
93
101
|
|
|
94
102
|
# Check to see if the all the properties in the model are valid
|
|
95
103
|
# @return true if the model is valid
|
|
96
104
|
def valid?
|
|
105
|
+
return false if @count.nil?
|
|
106
|
+
return false if @results.nil?
|
|
97
107
|
true
|
|
98
108
|
end
|
|
99
109
|
|
|
@@ -88,12 +88,22 @@ module PulpcoreClient
|
|
|
88
88
|
# @return Array for valid properties with the reasons
|
|
89
89
|
def list_invalid_properties
|
|
90
90
|
invalid_properties = Array.new
|
|
91
|
+
if @count.nil?
|
|
92
|
+
invalid_properties.push('invalid value for "count", count cannot be nil.')
|
|
93
|
+
end
|
|
94
|
+
|
|
95
|
+
if @results.nil?
|
|
96
|
+
invalid_properties.push('invalid value for "results", results cannot be nil.')
|
|
97
|
+
end
|
|
98
|
+
|
|
91
99
|
invalid_properties
|
|
92
100
|
end
|
|
93
101
|
|
|
94
102
|
# Check to see if the all the properties in the model are valid
|
|
95
103
|
# @return true if the model is valid
|
|
96
104
|
def valid?
|
|
105
|
+
return false if @count.nil?
|
|
106
|
+
return false if @results.nil?
|
|
97
107
|
true
|
|
98
108
|
end
|
|
99
109
|
|
|
@@ -88,12 +88,22 @@ module PulpcoreClient
|
|
|
88
88
|
# @return Array for valid properties with the reasons
|
|
89
89
|
def list_invalid_properties
|
|
90
90
|
invalid_properties = Array.new
|
|
91
|
+
if @count.nil?
|
|
92
|
+
invalid_properties.push('invalid value for "count", count cannot be nil.')
|
|
93
|
+
end
|
|
94
|
+
|
|
95
|
+
if @results.nil?
|
|
96
|
+
invalid_properties.push('invalid value for "results", results cannot be nil.')
|
|
97
|
+
end
|
|
98
|
+
|
|
91
99
|
invalid_properties
|
|
92
100
|
end
|
|
93
101
|
|
|
94
102
|
# Check to see if the all the properties in the model are valid
|
|
95
103
|
# @return true if the model is valid
|
|
96
104
|
def valid?
|
|
105
|
+
return false if @count.nil?
|
|
106
|
+
return false if @results.nil?
|
|
97
107
|
true
|
|
98
108
|
end
|
|
99
109
|
|
|
@@ -88,12 +88,22 @@ module PulpcoreClient
|
|
|
88
88
|
# @return Array for valid properties with the reasons
|
|
89
89
|
def list_invalid_properties
|
|
90
90
|
invalid_properties = Array.new
|
|
91
|
+
if @count.nil?
|
|
92
|
+
invalid_properties.push('invalid value for "count", count cannot be nil.')
|
|
93
|
+
end
|
|
94
|
+
|
|
95
|
+
if @results.nil?
|
|
96
|
+
invalid_properties.push('invalid value for "results", results cannot be nil.')
|
|
97
|
+
end
|
|
98
|
+
|
|
91
99
|
invalid_properties
|
|
92
100
|
end
|
|
93
101
|
|
|
94
102
|
# Check to see if the all the properties in the model are valid
|
|
95
103
|
# @return true if the model is valid
|
|
96
104
|
def valid?
|
|
105
|
+
return false if @count.nil?
|
|
106
|
+
return false if @results.nil?
|
|
97
107
|
true
|
|
98
108
|
end
|
|
99
109
|
|
|
@@ -88,12 +88,22 @@ module PulpcoreClient
|
|
|
88
88
|
# @return Array for valid properties with the reasons
|
|
89
89
|
def list_invalid_properties
|
|
90
90
|
invalid_properties = Array.new
|
|
91
|
+
if @count.nil?
|
|
92
|
+
invalid_properties.push('invalid value for "count", count cannot be nil.')
|
|
93
|
+
end
|
|
94
|
+
|
|
95
|
+
if @results.nil?
|
|
96
|
+
invalid_properties.push('invalid value for "results", results cannot be nil.')
|
|
97
|
+
end
|
|
98
|
+
|
|
91
99
|
invalid_properties
|
|
92
100
|
end
|
|
93
101
|
|
|
94
102
|
# Check to see if the all the properties in the model are valid
|
|
95
103
|
# @return true if the model is valid
|
|
96
104
|
def valid?
|
|
105
|
+
return false if @count.nil?
|
|
106
|
+
return false if @results.nil?
|
|
97
107
|
true
|
|
98
108
|
end
|
|
99
109
|
|