pulpcore_client 3.49.1 → 3.50.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.
- checksums.yaml +4 -4
- data/README.md +4 -4
- data/docs/ArtifactDistributionResponse.md +13 -13
- 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 +48 -48
- 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 +7 -7
- 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
|
-
attr_accessor :name
|
|
18
|
+
attr_accessor :pulp_href
|
|
20
19
|
|
|
21
|
-
#
|
|
22
|
-
attr_accessor :
|
|
20
|
+
# An optional content-guard.
|
|
21
|
+
attr_accessor :content_guard
|
|
23
22
|
|
|
24
|
-
#
|
|
25
|
-
attr_accessor :
|
|
23
|
+
# The URL for accessing the publication as defined by this distribution.
|
|
24
|
+
attr_accessor :base_url
|
|
26
25
|
|
|
27
26
|
attr_accessor :pulp_labels
|
|
28
27
|
|
|
29
|
-
#
|
|
30
|
-
attr_accessor :
|
|
28
|
+
# A unique name. Ex, `rawhide` and `stable`.
|
|
29
|
+
attr_accessor :name
|
|
31
30
|
|
|
32
|
-
#
|
|
33
|
-
attr_accessor :
|
|
31
|
+
# Whether this distribution should be shown in the content app.
|
|
32
|
+
attr_accessor :hidden
|
|
34
33
|
|
|
35
|
-
#
|
|
36
|
-
attr_accessor :
|
|
34
|
+
# The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
|
|
35
|
+
attr_accessor :base_path
|
|
37
36
|
|
|
38
37
|
# Timestamp of creation.
|
|
39
38
|
attr_accessor :pulp_created
|
|
40
39
|
|
|
41
|
-
|
|
40
|
+
# 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.
|
|
41
|
+
attr_accessor :pulp_last_updated
|
|
42
42
|
|
|
43
43
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
44
44
|
def self.attribute_map
|
|
45
45
|
{
|
|
46
|
+
:'pulp_href' => :'pulp_href',
|
|
47
|
+
:'content_guard' => :'content_guard',
|
|
48
|
+
:'base_url' => :'base_url',
|
|
49
|
+
:'pulp_labels' => :'pulp_labels',
|
|
46
50
|
:'name' => :'name',
|
|
47
|
-
:'base_path' => :'base_path',
|
|
48
51
|
:'hidden' => :'hidden',
|
|
49
|
-
:'
|
|
50
|
-
:'base_url' => :'base_url',
|
|
51
|
-
:'content_guard' => :'content_guard',
|
|
52
|
-
:'pulp_last_updated' => :'pulp_last_updated',
|
|
52
|
+
:'base_path' => :'base_path',
|
|
53
53
|
:'pulp_created' => :'pulp_created',
|
|
54
|
-
:'
|
|
54
|
+
:'pulp_last_updated' => :'pulp_last_updated'
|
|
55
55
|
}
|
|
56
56
|
end
|
|
57
57
|
|
|
58
58
|
# Attribute type mapping.
|
|
59
59
|
def self.openapi_types
|
|
60
60
|
{
|
|
61
|
+
:'pulp_href' => :'String',
|
|
62
|
+
:'content_guard' => :'String',
|
|
63
|
+
:'base_url' => :'String',
|
|
64
|
+
:'pulp_labels' => :'Hash<String, String>',
|
|
61
65
|
:'name' => :'String',
|
|
62
|
-
:'base_path' => :'String',
|
|
63
66
|
:'hidden' => :'Boolean',
|
|
64
|
-
:'
|
|
65
|
-
:'base_url' => :'String',
|
|
66
|
-
:'content_guard' => :'String',
|
|
67
|
-
:'pulp_last_updated' => :'DateTime',
|
|
67
|
+
:'base_path' => :'String',
|
|
68
68
|
:'pulp_created' => :'DateTime',
|
|
69
|
-
:'
|
|
69
|
+
:'pulp_last_updated' => :'DateTime'
|
|
70
70
|
}
|
|
71
71
|
end
|
|
72
72
|
|
|
@@ -92,18 +92,16 @@ 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?(:'content_guard')
|
|
100
|
+
self.content_guard = attributes[:'content_guard']
|
|
101
101
|
end
|
|
102
102
|
|
|
103
|
-
if attributes.key?(:'
|
|
104
|
-
self.
|
|
105
|
-
else
|
|
106
|
-
self.hidden = false
|
|
103
|
+
if attributes.key?(:'base_url')
|
|
104
|
+
self.base_url = attributes[:'base_url']
|
|
107
105
|
end
|
|
108
106
|
|
|
109
107
|
if attributes.key?(:'pulp_labels')
|
|
@@ -112,24 +110,26 @@ module PulpcoreClient
|
|
|
112
110
|
end
|
|
113
111
|
end
|
|
114
112
|
|
|
115
|
-
if attributes.key?(:'
|
|
116
|
-
self.
|
|
113
|
+
if attributes.key?(:'name')
|
|
114
|
+
self.name = attributes[:'name']
|
|
117
115
|
end
|
|
118
116
|
|
|
119
|
-
if attributes.key?(:'
|
|
120
|
-
self.
|
|
117
|
+
if attributes.key?(:'hidden')
|
|
118
|
+
self.hidden = attributes[:'hidden']
|
|
119
|
+
else
|
|
120
|
+
self.hidden = false
|
|
121
121
|
end
|
|
122
122
|
|
|
123
|
-
if attributes.key?(:'
|
|
124
|
-
self.
|
|
123
|
+
if attributes.key?(:'base_path')
|
|
124
|
+
self.base_path = attributes[:'base_path']
|
|
125
125
|
end
|
|
126
126
|
|
|
127
127
|
if attributes.key?(:'pulp_created')
|
|
128
128
|
self.pulp_created = attributes[:'pulp_created']
|
|
129
129
|
end
|
|
130
130
|
|
|
131
|
-
if attributes.key?(:'
|
|
132
|
-
self.
|
|
131
|
+
if attributes.key?(:'pulp_last_updated')
|
|
132
|
+
self.pulp_last_updated = attributes[:'pulp_last_updated']
|
|
133
133
|
end
|
|
134
134
|
end
|
|
135
135
|
|
|
@@ -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
|
+
pulp_href == o.pulp_href &&
|
|
165
|
+
content_guard == o.content_guard &&
|
|
166
|
+
base_url == o.base_url &&
|
|
167
|
+
pulp_labels == o.pulp_labels &&
|
|
164
168
|
name == o.name &&
|
|
165
|
-
base_path == o.base_path &&
|
|
166
169
|
hidden == o.hidden &&
|
|
167
|
-
|
|
168
|
-
base_url == o.base_url &&
|
|
169
|
-
content_guard == o.content_guard &&
|
|
170
|
-
pulp_last_updated == o.pulp_last_updated &&
|
|
170
|
+
base_path == o.base_path &&
|
|
171
171
|
pulp_created == o.pulp_created &&
|
|
172
|
-
|
|
172
|
+
pulp_last_updated == o.pulp_last_updated
|
|
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, content_guard, base_url, pulp_labels, name, hidden, base_path, pulp_created, pulp_last_updated].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
|
|
|
@@ -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
|
|