pulp_container_client 2.1.2 → 2.1.3
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/Gemfile +1 -1
- data/README.md +4 -4
- data/docs/ContainerContainerDistribution.md +4 -4
- data/docs/ContainerContainerDistributionResponse.md +8 -8
- data/docs/ManifestCopy.md +1 -1
- data/docs/PatchedcontainerContainerDistribution.md +4 -4
- data/docs/RecursiveManage.md +1 -1
- data/docs/TagCopy.md +1 -1
- data/lib/pulp_container_client/api/content_blobs_api.rb +1 -1
- data/lib/pulp_container_client/api/content_manifests_api.rb +1 -1
- data/lib/pulp_container_client/api/content_tags_api.rb +1 -1
- data/lib/pulp_container_client/api/contentguards_content_redirect_api.rb +1 -1
- data/lib/pulp_container_client/api/distributions_container_api.rb +1 -1
- data/lib/pulp_container_client/api/remotes_container_api.rb +1 -1
- data/lib/pulp_container_client/api/repositories_container_api.rb +1 -1
- data/lib/pulp_container_client/api/repositories_container_push_api.rb +1 -1
- data/lib/pulp_container_client/api/repositories_container_versions_api.rb +1 -1
- data/lib/pulp_container_client/api/token_api.rb +1 -1
- data/lib/pulp_container_client/api_client.rb +13 -12
- data/lib/pulp_container_client/api_error.rb +1 -1
- data/lib/pulp_container_client/configuration.rb +9 -1
- data/lib/pulp_container_client/models/async_operation_response.rb +1 -1
- data/lib/pulp_container_client/models/container_blob_response.rb +1 -1
- data/lib/pulp_container_client/models/container_container_distribution.rb +25 -25
- data/lib/pulp_container_client/models/container_container_distribution_response.rb +38 -38
- data/lib/pulp_container_client/models/container_container_push_repository.rb +1 -1
- data/lib/pulp_container_client/models/container_container_push_repository_response.rb +1 -1
- data/lib/pulp_container_client/models/container_container_remote.rb +1 -1
- data/lib/pulp_container_client/models/container_container_remote_response.rb +1 -1
- data/lib/pulp_container_client/models/container_container_repository.rb +1 -1
- data/lib/pulp_container_client/models/container_container_repository_response.rb +1 -1
- data/lib/pulp_container_client/models/container_content_redirect_content_guard.rb +1 -1
- data/lib/pulp_container_client/models/container_content_redirect_content_guard_response.rb +1 -1
- data/lib/pulp_container_client/models/container_manifest_response.rb +1 -1
- data/lib/pulp_container_client/models/container_tag_response.rb +1 -1
- data/lib/pulp_container_client/models/content_summary.rb +1 -1
- data/lib/pulp_container_client/models/content_summary_response.rb +1 -1
- data/lib/pulp_container_client/models/inline_response200.rb +1 -1
- data/lib/pulp_container_client/models/inline_response2001.rb +1 -1
- data/lib/pulp_container_client/models/inline_response2002.rb +1 -1
- data/lib/pulp_container_client/models/inline_response2003.rb +1 -1
- data/lib/pulp_container_client/models/inline_response2004.rb +1 -1
- data/lib/pulp_container_client/models/inline_response2005.rb +1 -1
- data/lib/pulp_container_client/models/inline_response2006.rb +1 -1
- data/lib/pulp_container_client/models/inline_response2007.rb +1 -1
- data/lib/pulp_container_client/models/inline_response2008.rb +1 -1
- data/lib/pulp_container_client/models/manifest_copy.rb +2 -2
- data/lib/pulp_container_client/models/oci_build_image.rb +1 -1
- data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +20 -20
- data/lib/pulp_container_client/models/patchedcontainer_container_remote.rb +1 -1
- data/lib/pulp_container_client/models/patchedcontainer_container_repository.rb +1 -1
- data/lib/pulp_container_client/models/patchedcontainer_content_redirect_content_guard.rb +1 -1
- data/lib/pulp_container_client/models/policy_enum.rb +1 -1
- data/lib/pulp_container_client/models/recursive_manage.rb +2 -2
- data/lib/pulp_container_client/models/repository_sync_url.rb +1 -1
- data/lib/pulp_container_client/models/repository_version.rb +1 -1
- data/lib/pulp_container_client/models/repository_version_response.rb +1 -1
- data/lib/pulp_container_client/models/tag_copy.rb +2 -2
- data/lib/pulp_container_client/models/tag_image.rb +1 -1
- data/lib/pulp_container_client/models/un_tag_image.rb +1 -1
- data/lib/pulp_container_client/version.rb +2 -2
- data/lib/pulp_container_client.rb +1 -1
- data/pulp_container_client.gemspec +2 -2
- data/spec/api/content_blobs_api_spec.rb +1 -1
- data/spec/api/content_manifests_api_spec.rb +1 -1
- data/spec/api/content_tags_api_spec.rb +1 -1
- data/spec/api/contentguards_content_redirect_api_spec.rb +1 -1
- data/spec/api/distributions_container_api_spec.rb +1 -1
- data/spec/api/remotes_container_api_spec.rb +1 -1
- data/spec/api/repositories_container_api_spec.rb +1 -1
- data/spec/api/repositories_container_push_api_spec.rb +1 -1
- data/spec/api/repositories_container_versions_api_spec.rb +1 -1
- data/spec/api/token_api_spec.rb +1 -1
- data/spec/api_client_spec.rb +2 -2
- data/spec/configuration_spec.rb +1 -1
- data/spec/models/async_operation_response_spec.rb +1 -1
- data/spec/models/container_blob_response_spec.rb +1 -1
- data/spec/models/container_container_distribution_response_spec.rb +6 -6
- data/spec/models/container_container_distribution_spec.rb +4 -4
- data/spec/models/container_container_push_repository_response_spec.rb +1 -1
- data/spec/models/container_container_push_repository_spec.rb +1 -1
- data/spec/models/container_container_remote_response_spec.rb +1 -1
- data/spec/models/container_container_remote_spec.rb +1 -1
- data/spec/models/container_container_repository_response_spec.rb +1 -1
- data/spec/models/container_container_repository_spec.rb +1 -1
- data/spec/models/container_content_redirect_content_guard_response_spec.rb +1 -1
- data/spec/models/container_content_redirect_content_guard_spec.rb +1 -1
- data/spec/models/container_manifest_response_spec.rb +1 -1
- data/spec/models/container_tag_response_spec.rb +1 -1
- data/spec/models/content_summary_response_spec.rb +1 -1
- data/spec/models/content_summary_spec.rb +1 -1
- data/spec/models/inline_response2001_spec.rb +1 -1
- data/spec/models/inline_response2002_spec.rb +1 -1
- data/spec/models/inline_response2003_spec.rb +1 -1
- data/spec/models/inline_response2004_spec.rb +1 -1
- data/spec/models/inline_response2005_spec.rb +1 -1
- data/spec/models/inline_response2006_spec.rb +1 -1
- data/spec/models/inline_response2007_spec.rb +1 -1
- data/spec/models/inline_response2008_spec.rb +1 -1
- data/spec/models/inline_response200_spec.rb +1 -1
- data/spec/models/manifest_copy_spec.rb +1 -1
- data/spec/models/oci_build_image_spec.rb +1 -1
- data/spec/models/patchedcontainer_container_distribution_spec.rb +4 -4
- data/spec/models/patchedcontainer_container_remote_spec.rb +1 -1
- data/spec/models/patchedcontainer_container_repository_spec.rb +1 -1
- data/spec/models/patchedcontainer_content_redirect_content_guard_spec.rb +1 -1
- data/spec/models/policy_enum_spec.rb +1 -1
- data/spec/models/recursive_manage_spec.rb +1 -1
- data/spec/models/repository_sync_url_spec.rb +1 -1
- data/spec/models/repository_version_response_spec.rb +1 -1
- data/spec/models/repository_version_spec.rb +1 -1
- data/spec/models/tag_copy_spec.rb +1 -1
- data/spec/models/tag_image_spec.rb +1 -1
- data/spec/models/un_tag_image_spec.rb +1 -1
- data/spec/spec_helper.rb +1 -1
- metadata +45 -39
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
The version of the OpenAPI document: v3
|
|
7
7
|
Contact: pulp-list@redhat.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version: 4.
|
|
9
|
+
OpenAPI Generator version: 4.3.1
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -18,22 +18,22 @@ module PulpContainerClient
|
|
|
18
18
|
# An optional content-guard. If none is specified, a default one will be used.
|
|
19
19
|
attr_accessor :content_guard
|
|
20
20
|
|
|
21
|
+
# RepositoryVersion to be served
|
|
22
|
+
attr_accessor :repository_version
|
|
23
|
+
|
|
21
24
|
# The latest RepositoryVersion for this Repository will be served.
|
|
22
25
|
attr_accessor :repository
|
|
23
26
|
|
|
24
|
-
|
|
25
|
-
attr_accessor :name
|
|
26
|
-
|
|
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\")
|
|
28
|
-
attr_accessor :base_path
|
|
27
|
+
attr_accessor :pulp_href
|
|
29
28
|
|
|
30
29
|
# Timestamp of creation.
|
|
31
30
|
attr_accessor :pulp_created
|
|
32
31
|
|
|
33
|
-
#
|
|
34
|
-
attr_accessor :
|
|
32
|
+
# 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
|
+
attr_accessor :base_path
|
|
35
34
|
|
|
36
|
-
|
|
35
|
+
# A unique name. Ex, `rawhide` and `stable`.
|
|
36
|
+
attr_accessor :name
|
|
37
37
|
|
|
38
38
|
# The Registry hostame/name/ to use with docker pull command defined by this distribution.
|
|
39
39
|
attr_accessor :registry_path
|
|
@@ -42,12 +42,12 @@ module PulpContainerClient
|
|
|
42
42
|
def self.attribute_map
|
|
43
43
|
{
|
|
44
44
|
:'content_guard' => :'content_guard',
|
|
45
|
-
:'repository' => :'repository',
|
|
46
|
-
:'name' => :'name',
|
|
47
|
-
:'base_path' => :'base_path',
|
|
48
|
-
:'pulp_created' => :'pulp_created',
|
|
49
45
|
:'repository_version' => :'repository_version',
|
|
46
|
+
:'repository' => :'repository',
|
|
50
47
|
:'pulp_href' => :'pulp_href',
|
|
48
|
+
:'pulp_created' => :'pulp_created',
|
|
49
|
+
:'base_path' => :'base_path',
|
|
50
|
+
:'name' => :'name',
|
|
51
51
|
:'registry_path' => :'registry_path'
|
|
52
52
|
}
|
|
53
53
|
end
|
|
@@ -56,12 +56,12 @@ module PulpContainerClient
|
|
|
56
56
|
def self.openapi_types
|
|
57
57
|
{
|
|
58
58
|
:'content_guard' => :'String',
|
|
59
|
-
:'repository' => :'String',
|
|
60
|
-
:'name' => :'String',
|
|
61
|
-
:'base_path' => :'String',
|
|
62
|
-
:'pulp_created' => :'DateTime',
|
|
63
59
|
:'repository_version' => :'String',
|
|
60
|
+
:'repository' => :'String',
|
|
64
61
|
:'pulp_href' => :'String',
|
|
62
|
+
:'pulp_created' => :'DateTime',
|
|
63
|
+
:'base_path' => :'String',
|
|
64
|
+
:'name' => :'String',
|
|
65
65
|
:'registry_path' => :'String'
|
|
66
66
|
}
|
|
67
67
|
end
|
|
@@ -69,8 +69,8 @@ module PulpContainerClient
|
|
|
69
69
|
# List of attributes with nullable: true
|
|
70
70
|
def self.openapi_nullable
|
|
71
71
|
Set.new([
|
|
72
|
-
:'repository',
|
|
73
72
|
:'repository_version',
|
|
73
|
+
:'repository',
|
|
74
74
|
])
|
|
75
75
|
end
|
|
76
76
|
|
|
@@ -93,28 +93,28 @@ module PulpContainerClient
|
|
|
93
93
|
self.content_guard = attributes[:'content_guard']
|
|
94
94
|
end
|
|
95
95
|
|
|
96
|
-
if attributes.key?(:'
|
|
97
|
-
self.
|
|
96
|
+
if attributes.key?(:'repository_version')
|
|
97
|
+
self.repository_version = attributes[:'repository_version']
|
|
98
98
|
end
|
|
99
99
|
|
|
100
|
-
if attributes.key?(:'
|
|
101
|
-
self.
|
|
100
|
+
if attributes.key?(:'repository')
|
|
101
|
+
self.repository = attributes[:'repository']
|
|
102
102
|
end
|
|
103
103
|
|
|
104
|
-
if attributes.key?(:'
|
|
105
|
-
self.
|
|
104
|
+
if attributes.key?(:'pulp_href')
|
|
105
|
+
self.pulp_href = attributes[:'pulp_href']
|
|
106
106
|
end
|
|
107
107
|
|
|
108
108
|
if attributes.key?(:'pulp_created')
|
|
109
109
|
self.pulp_created = attributes[:'pulp_created']
|
|
110
110
|
end
|
|
111
111
|
|
|
112
|
-
if attributes.key?(:'
|
|
113
|
-
self.
|
|
112
|
+
if attributes.key?(:'base_path')
|
|
113
|
+
self.base_path = attributes[:'base_path']
|
|
114
114
|
end
|
|
115
115
|
|
|
116
|
-
if attributes.key?(:'
|
|
117
|
-
self.
|
|
116
|
+
if attributes.key?(:'name')
|
|
117
|
+
self.name = attributes[:'name']
|
|
118
118
|
end
|
|
119
119
|
|
|
120
120
|
if attributes.key?(:'registry_path')
|
|
@@ -126,22 +126,22 @@ module PulpContainerClient
|
|
|
126
126
|
# @return Array for valid properties with the reasons
|
|
127
127
|
def list_invalid_properties
|
|
128
128
|
invalid_properties = Array.new
|
|
129
|
-
if @name.nil?
|
|
130
|
-
invalid_properties.push('invalid value for "name", name cannot be nil.')
|
|
131
|
-
end
|
|
132
|
-
|
|
133
129
|
if @base_path.nil?
|
|
134
130
|
invalid_properties.push('invalid value for "base_path", base_path cannot be nil.')
|
|
135
131
|
end
|
|
136
132
|
|
|
133
|
+
if @name.nil?
|
|
134
|
+
invalid_properties.push('invalid value for "name", name cannot be nil.')
|
|
135
|
+
end
|
|
136
|
+
|
|
137
137
|
invalid_properties
|
|
138
138
|
end
|
|
139
139
|
|
|
140
140
|
# Check to see if the all the properties in the model are valid
|
|
141
141
|
# @return true if the model is valid
|
|
142
142
|
def valid?
|
|
143
|
-
return false if @name.nil?
|
|
144
143
|
return false if @base_path.nil?
|
|
144
|
+
return false if @name.nil?
|
|
145
145
|
true
|
|
146
146
|
end
|
|
147
147
|
|
|
@@ -151,12 +151,12 @@ module PulpContainerClient
|
|
|
151
151
|
return true if self.equal?(o)
|
|
152
152
|
self.class == o.class &&
|
|
153
153
|
content_guard == o.content_guard &&
|
|
154
|
-
repository == o.repository &&
|
|
155
|
-
name == o.name &&
|
|
156
|
-
base_path == o.base_path &&
|
|
157
|
-
pulp_created == o.pulp_created &&
|
|
158
154
|
repository_version == o.repository_version &&
|
|
155
|
+
repository == o.repository &&
|
|
159
156
|
pulp_href == o.pulp_href &&
|
|
157
|
+
pulp_created == o.pulp_created &&
|
|
158
|
+
base_path == o.base_path &&
|
|
159
|
+
name == o.name &&
|
|
160
160
|
registry_path == o.registry_path
|
|
161
161
|
end
|
|
162
162
|
|
|
@@ -169,7 +169,7 @@ module PulpContainerClient
|
|
|
169
169
|
# Calculates hash code according to all attributes.
|
|
170
170
|
# @return [Integer] Hash code
|
|
171
171
|
def hash
|
|
172
|
-
[content_guard,
|
|
172
|
+
[content_guard, repository_version, repository, pulp_href, pulp_created, base_path, name, registry_path].hash
|
|
173
173
|
end
|
|
174
174
|
|
|
175
175
|
# Builds the object from hash
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
The version of the OpenAPI document: v3
|
|
7
7
|
Contact: pulp-list@redhat.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version: 4.
|
|
9
|
+
OpenAPI Generator version: 4.3.1
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -64,7 +64,7 @@ module PulpContainerClient
|
|
|
64
64
|
{
|
|
65
65
|
:'source_repository' => :'String',
|
|
66
66
|
:'source_repository_version' => :'String',
|
|
67
|
-
:'digests' => :'Array<
|
|
67
|
+
:'digests' => :'Array<AnyType>',
|
|
68
68
|
:'media_types' => :'Array<String>'
|
|
69
69
|
}
|
|
70
70
|
end
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
The version of the OpenAPI document: v3
|
|
7
7
|
Contact: pulp-list@redhat.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version: 4.
|
|
9
|
+
OpenAPI Generator version: 4.3.1
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -18,26 +18,26 @@ module PulpContainerClient
|
|
|
18
18
|
# An optional content-guard. If none is specified, a default one will be used.
|
|
19
19
|
attr_accessor :content_guard
|
|
20
20
|
|
|
21
|
+
# RepositoryVersion to be served
|
|
22
|
+
attr_accessor :repository_version
|
|
23
|
+
|
|
21
24
|
# The latest RepositoryVersion for this Repository will be served.
|
|
22
25
|
attr_accessor :repository
|
|
23
26
|
|
|
24
|
-
# A unique name. Ex, `rawhide` and `stable`.
|
|
25
|
-
attr_accessor :name
|
|
26
|
-
|
|
27
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\")
|
|
28
28
|
attr_accessor :base_path
|
|
29
29
|
|
|
30
|
-
#
|
|
31
|
-
attr_accessor :
|
|
30
|
+
# A unique name. Ex, `rawhide` and `stable`.
|
|
31
|
+
attr_accessor :name
|
|
32
32
|
|
|
33
33
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
34
34
|
def self.attribute_map
|
|
35
35
|
{
|
|
36
36
|
:'content_guard' => :'content_guard',
|
|
37
|
+
:'repository_version' => :'repository_version',
|
|
37
38
|
:'repository' => :'repository',
|
|
38
|
-
:'name' => :'name',
|
|
39
39
|
:'base_path' => :'base_path',
|
|
40
|
-
:'
|
|
40
|
+
:'name' => :'name'
|
|
41
41
|
}
|
|
42
42
|
end
|
|
43
43
|
|
|
@@ -45,18 +45,18 @@ module PulpContainerClient
|
|
|
45
45
|
def self.openapi_types
|
|
46
46
|
{
|
|
47
47
|
:'content_guard' => :'String',
|
|
48
|
+
:'repository_version' => :'String',
|
|
48
49
|
:'repository' => :'String',
|
|
49
|
-
:'name' => :'String',
|
|
50
50
|
:'base_path' => :'String',
|
|
51
|
-
:'
|
|
51
|
+
:'name' => :'String'
|
|
52
52
|
}
|
|
53
53
|
end
|
|
54
54
|
|
|
55
55
|
# List of attributes with nullable: true
|
|
56
56
|
def self.openapi_nullable
|
|
57
57
|
Set.new([
|
|
58
|
+
:'repository_version',
|
|
58
59
|
:'repository',
|
|
59
|
-
:'repository_version'
|
|
60
60
|
])
|
|
61
61
|
end
|
|
62
62
|
|
|
@@ -79,20 +79,20 @@ module PulpContainerClient
|
|
|
79
79
|
self.content_guard = attributes[:'content_guard']
|
|
80
80
|
end
|
|
81
81
|
|
|
82
|
-
if attributes.key?(:'
|
|
83
|
-
self.
|
|
82
|
+
if attributes.key?(:'repository_version')
|
|
83
|
+
self.repository_version = attributes[:'repository_version']
|
|
84
84
|
end
|
|
85
85
|
|
|
86
|
-
if attributes.key?(:'
|
|
87
|
-
self.
|
|
86
|
+
if attributes.key?(:'repository')
|
|
87
|
+
self.repository = attributes[:'repository']
|
|
88
88
|
end
|
|
89
89
|
|
|
90
90
|
if attributes.key?(:'base_path')
|
|
91
91
|
self.base_path = attributes[:'base_path']
|
|
92
92
|
end
|
|
93
93
|
|
|
94
|
-
if attributes.key?(:'
|
|
95
|
-
self.
|
|
94
|
+
if attributes.key?(:'name')
|
|
95
|
+
self.name = attributes[:'name']
|
|
96
96
|
end
|
|
97
97
|
end
|
|
98
98
|
|
|
@@ -115,10 +115,10 @@ module PulpContainerClient
|
|
|
115
115
|
return true if self.equal?(o)
|
|
116
116
|
self.class == o.class &&
|
|
117
117
|
content_guard == o.content_guard &&
|
|
118
|
+
repository_version == o.repository_version &&
|
|
118
119
|
repository == o.repository &&
|
|
119
|
-
name == o.name &&
|
|
120
120
|
base_path == o.base_path &&
|
|
121
|
-
|
|
121
|
+
name == o.name
|
|
122
122
|
end
|
|
123
123
|
|
|
124
124
|
# @see the `==` method
|
|
@@ -130,7 +130,7 @@ module PulpContainerClient
|
|
|
130
130
|
# Calculates hash code according to all attributes.
|
|
131
131
|
# @return [Integer] Hash code
|
|
132
132
|
def hash
|
|
133
|
-
[content_guard,
|
|
133
|
+
[content_guard, repository_version, repository, base_path, name].hash
|
|
134
134
|
end
|
|
135
135
|
|
|
136
136
|
# Builds the object from hash
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
The version of the OpenAPI document: v3
|
|
7
7
|
Contact: pulp-list@redhat.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version: 4.
|
|
9
|
+
OpenAPI Generator version: 4.3.1
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -28,7 +28,7 @@ module PulpContainerClient
|
|
|
28
28
|
# Attribute type mapping.
|
|
29
29
|
def self.openapi_types
|
|
30
30
|
{
|
|
31
|
-
:'content_units' => :'Array<
|
|
31
|
+
:'content_units' => :'Array<AnyType>'
|
|
32
32
|
}
|
|
33
33
|
end
|
|
34
34
|
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
The version of the OpenAPI document: v3
|
|
7
7
|
Contact: pulp-list@redhat.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version: 4.
|
|
9
|
+
OpenAPI Generator version: 4.3.1
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -38,7 +38,7 @@ module PulpContainerClient
|
|
|
38
38
|
{
|
|
39
39
|
:'source_repository' => :'String',
|
|
40
40
|
:'source_repository_version' => :'String',
|
|
41
|
-
:'names' => :'Array<
|
|
41
|
+
:'names' => :'Array<AnyType>'
|
|
42
42
|
}
|
|
43
43
|
end
|
|
44
44
|
|