pulp_container_client 2.20.4 → 2.21.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (116) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +11 -10
  3. data/docs/ContainerBlobResponse.md +2 -0
  4. data/docs/ContainerContainerDistribution.md +7 -7
  5. data/docs/ContainerContainerDistributionResponse.md +16 -12
  6. data/docs/ContainerContainerNamespaceResponse.md +2 -0
  7. data/docs/ContainerContainerPullThroughDistribution.md +7 -7
  8. data/docs/ContainerContainerPullThroughDistributionResponse.md +16 -12
  9. data/docs/ContainerContainerPullThroughRemote.md +6 -2
  10. data/docs/ContainerContainerPullThroughRemoteResponse.md +8 -2
  11. data/docs/ContainerContainerPushRepository.md +7 -7
  12. data/docs/ContainerContainerPushRepositoryResponse.md +15 -13
  13. data/docs/ContainerContainerRemote.md +1 -1
  14. data/docs/ContainerContainerRemoteResponse.md +3 -1
  15. data/docs/ContainerContainerRepositoryResponse.md +2 -0
  16. data/docs/ContainerManifestResponse.md +2 -0
  17. data/docs/ContainerManifestSignatureResponse.md +2 -0
  18. data/docs/ContainerTagResponse.md +2 -0
  19. data/docs/ContentBlobsApi.md +10 -8
  20. data/docs/ContentManifestsApi.md +10 -8
  21. data/docs/ContentSignaturesApi.md +10 -8
  22. data/docs/ContentTagsApi.md +10 -8
  23. data/docs/DistributionsContainerApi.md +4 -2
  24. data/docs/DistributionsPullThroughApi.md +4 -2
  25. data/docs/OCIBuildImage.md +1 -1
  26. data/docs/PatchedcontainerContainerDistribution.md +7 -7
  27. data/docs/PatchedcontainerContainerPullThroughDistribution.md +7 -7
  28. data/docs/PatchedcontainerContainerPullThroughRemote.md +6 -2
  29. data/docs/PatchedcontainerContainerPushRepository.md +7 -7
  30. data/docs/PatchedcontainerContainerRemote.md +1 -1
  31. data/docs/{Policy762Enum.md → Policy692Enum.md} +2 -2
  32. data/docs/{Policy8e2Enum.md → Policy7e0Enum.md} +2 -2
  33. data/docs/PulpContainerNamespacesApi.md +4 -2
  34. data/docs/RemotesContainerApi.md +4 -2
  35. data/docs/RemotesPullThroughApi.md +4 -2
  36. data/docs/RepositoriesContainerApi.md +10 -8
  37. data/docs/RepositoriesContainerPushApi.md +8 -6
  38. data/docs/RepositoriesContainerPushVersionsApi.md +8 -6
  39. data/docs/RepositoriesContainerVersionsApi.md +8 -6
  40. data/docs/RepositoryVersionResponse.md +2 -0
  41. data/lib/pulp_container_client/api/content_blobs_api.rb +11 -8
  42. data/lib/pulp_container_client/api/content_manifests_api.rb +11 -8
  43. data/lib/pulp_container_client/api/content_signatures_api.rb +11 -8
  44. data/lib/pulp_container_client/api/content_tags_api.rb +11 -8
  45. data/lib/pulp_container_client/api/distributions_container_api.rb +5 -2
  46. data/lib/pulp_container_client/api/distributions_pull_through_api.rb +5 -2
  47. data/lib/pulp_container_client/api/pulp_container_namespaces_api.rb +5 -2
  48. data/lib/pulp_container_client/api/remotes_container_api.rb +5 -2
  49. data/lib/pulp_container_client/api/remotes_pull_through_api.rb +5 -2
  50. data/lib/pulp_container_client/api/repositories_container_api.rb +11 -8
  51. data/lib/pulp_container_client/api/repositories_container_push_api.rb +9 -6
  52. data/lib/pulp_container_client/api/repositories_container_push_versions_api.rb +10 -7
  53. data/lib/pulp_container_client/api/repositories_container_versions_api.rb +10 -7
  54. data/lib/pulp_container_client/models/container_blob_response.rb +11 -1
  55. data/lib/pulp_container_client/models/container_container_distribution.rb +53 -53
  56. data/lib/pulp_container_client/models/container_container_distribution_response.rb +74 -54
  57. data/lib/pulp_container_client/models/container_container_namespace_response.rb +11 -1
  58. data/lib/pulp_container_client/models/container_container_pull_through_distribution.rb +53 -53
  59. data/lib/pulp_container_client/models/container_container_pull_through_distribution_response.rb +74 -54
  60. data/lib/pulp_container_client/models/container_container_pull_through_remote.rb +32 -6
  61. data/lib/pulp_container_client/models/container_container_pull_through_remote_response.rb +41 -5
  62. data/lib/pulp_container_client/models/container_container_push_repository.rb +46 -46
  63. data/lib/pulp_container_client/models/container_container_push_repository_response.rb +60 -50
  64. data/lib/pulp_container_client/models/container_container_remote.rb +1 -1
  65. data/lib/pulp_container_client/models/container_container_remote_response.rb +12 -2
  66. data/lib/pulp_container_client/models/container_container_repository_response.rb +11 -1
  67. data/lib/pulp_container_client/models/container_manifest_response.rb +11 -1
  68. data/lib/pulp_container_client/models/container_manifest_signature_response.rb +11 -1
  69. data/lib/pulp_container_client/models/container_tag_response.rb +11 -1
  70. data/lib/pulp_container_client/models/oci_build_image.rb +1 -1
  71. data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +44 -44
  72. data/lib/pulp_container_client/models/patchedcontainer_container_pull_through_distribution.rb +44 -44
  73. data/lib/pulp_container_client/models/patchedcontainer_container_pull_through_remote.rb +32 -6
  74. data/lib/pulp_container_client/models/patchedcontainer_container_push_repository.rb +46 -46
  75. data/lib/pulp_container_client/models/patchedcontainer_container_remote.rb +1 -1
  76. data/lib/pulp_container_client/models/{policy762_enum.rb → policy692_enum.rb} +3 -3
  77. data/lib/pulp_container_client/models/{policy8e2_enum.rb → policy7e0_enum.rb} +3 -3
  78. data/lib/pulp_container_client/models/repository_version_response.rb +12 -2
  79. data/lib/pulp_container_client/version.rb +1 -1
  80. data/lib/pulp_container_client.rb +2 -2
  81. data/spec/api/content_blobs_api_spec.rb +5 -4
  82. data/spec/api/content_manifests_api_spec.rb +5 -4
  83. data/spec/api/content_signatures_api_spec.rb +5 -4
  84. data/spec/api/content_tags_api_spec.rb +5 -4
  85. data/spec/api/distributions_container_api_spec.rb +2 -1
  86. data/spec/api/distributions_pull_through_api_spec.rb +2 -1
  87. data/spec/api/pulp_container_namespaces_api_spec.rb +2 -1
  88. data/spec/api/remotes_container_api_spec.rb +2 -1
  89. data/spec/api/remotes_pull_through_api_spec.rb +2 -1
  90. data/spec/api/repositories_container_api_spec.rb +5 -4
  91. data/spec/api/repositories_container_push_api_spec.rb +4 -3
  92. data/spec/api/repositories_container_push_versions_api_spec.rb +4 -3
  93. data/spec/api/repositories_container_versions_api_spec.rb +4 -3
  94. data/spec/models/container_blob_response_spec.rb +6 -0
  95. data/spec/models/container_container_distribution_response_spec.rb +20 -8
  96. data/spec/models/container_container_distribution_spec.rb +5 -5
  97. data/spec/models/container_container_namespace_response_spec.rb +6 -0
  98. data/spec/models/container_container_pull_through_distribution_response_spec.rb +20 -8
  99. data/spec/models/container_container_pull_through_distribution_spec.rb +5 -5
  100. data/spec/models/container_container_pull_through_remote_response_spec.rb +18 -0
  101. data/spec/models/container_container_pull_through_remote_spec.rb +12 -0
  102. data/spec/models/container_container_push_repository_response_spec.rb +14 -8
  103. data/spec/models/container_container_push_repository_spec.rb +4 -4
  104. data/spec/models/container_container_remote_response_spec.rb +6 -0
  105. data/spec/models/container_container_repository_response_spec.rb +6 -0
  106. data/spec/models/container_manifest_response_spec.rb +6 -0
  107. data/spec/models/container_manifest_signature_response_spec.rb +6 -0
  108. data/spec/models/container_tag_response_spec.rb +6 -0
  109. data/spec/models/patchedcontainer_container_distribution_spec.rb +5 -5
  110. data/spec/models/patchedcontainer_container_pull_through_distribution_spec.rb +5 -5
  111. data/spec/models/patchedcontainer_container_pull_through_remote_spec.rb +12 -0
  112. data/spec/models/patchedcontainer_container_push_repository_spec.rb +4 -4
  113. data/spec/models/{policy762_enum_spec.rb → policy692_enum_spec.rb} +6 -6
  114. data/spec/models/{policy8e2_enum_spec.rb → policy7e0_enum_spec.rb} +6 -6
  115. data/spec/models/repository_version_response_spec.rb +6 -0
  116. metadata +9 -9
@@ -40,12 +40,13 @@ opts = {
40
40
  offset: 56, # Integer | The initial index from which to return the results.
41
41
  ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `digest` - Digest * `-digest` - Digest (descending) * `schema_version` - Schema version * `-schema_version` - Schema version (descending) * `media_type` - Media type * `-media_type` - Media type (descending) * `data` - Data * `-data` - Data (descending) * `annotations` - Annotations * `-annotations` - Annotations (descending) * `labels` - Labels * `-labels` - Labels (descending) * `is_bootable` - Is bootable * `-is_bootable` - Is bootable (descending) * `is_flatpak` - Is flatpak * `-is_flatpak` - Is flatpak (descending) * `pk` - Pk * `-pk` - Pk (descending)
42
42
  orphaned_for: 3.4, # Float | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
43
+ prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
43
44
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
44
45
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
45
- q: 'q_example', # String |
46
- repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
47
- repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
48
- repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
46
+ q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
47
+ repository_version: 'repository_version_example', # String | Repository Version referenced by HREF/PRN
48
+ repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF/PRN
49
+ repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF/PRN
49
50
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
50
51
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
51
52
  }
@@ -73,12 +74,13 @@ Name | Type | Description | Notes
73
74
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
74
75
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;digest&#x60; - Digest * &#x60;-digest&#x60; - Digest (descending) * &#x60;schema_version&#x60; - Schema version * &#x60;-schema_version&#x60; - Schema version (descending) * &#x60;media_type&#x60; - Media type * &#x60;-media_type&#x60; - Media type (descending) * &#x60;data&#x60; - Data * &#x60;-data&#x60; - Data (descending) * &#x60;annotations&#x60; - Annotations * &#x60;-annotations&#x60; - Annotations (descending) * &#x60;labels&#x60; - Labels * &#x60;-labels&#x60; - Labels (descending) * &#x60;is_bootable&#x60; - Is bootable * &#x60;-is_bootable&#x60; - Is bootable (descending) * &#x60;is_flatpak&#x60; - Is flatpak * &#x60;-is_flatpak&#x60; - Is flatpak (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
75
76
  **orphaned_for** | **Float**| Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | [optional]
77
+ **prn__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
76
78
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
77
79
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
78
- **q** | **String**| | [optional]
79
- **repository_version** | **String**| Repository Version referenced by HREF | [optional]
80
- **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
81
- **repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
80
+ **q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
81
+ **repository_version** | **String**| Repository Version referenced by HREF/PRN | [optional]
82
+ **repository_version_added** | **String**| Repository Version referenced by HREF/PRN | [optional]
83
+ **repository_version_removed** | **String**| Repository Version referenced by HREF/PRN | [optional]
82
84
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
83
85
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
84
86
 
@@ -49,12 +49,13 @@ opts = {
49
49
  offset: 56, # Integer | The initial index from which to return the results.
50
50
  ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `name` - Name * `-name` - Name (descending) * `digest` - Digest * `-digest` - Digest (descending) * `type` - Type * `-type` - Type (descending) * `key_id` - Key id * `-key_id` - Key id (descending) * `timestamp` - Timestamp * `-timestamp` - Timestamp (descending) * `creator` - Creator * `-creator` - Creator (descending) * `data` - Data * `-data` - Data (descending) * `pk` - Pk * `-pk` - Pk (descending)
51
51
  orphaned_for: 3.4, # Float | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
52
+ prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
52
53
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
53
54
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
54
- q: 'q_example', # String |
55
- repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
56
- repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
57
- repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
55
+ q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
56
+ repository_version: 'repository_version_example', # String | Repository Version referenced by HREF/PRN
57
+ repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF/PRN
58
+ repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF/PRN
58
59
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
59
60
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
60
61
  }
@@ -91,12 +92,13 @@ Name | Type | Description | Notes
91
92
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
92
93
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;digest&#x60; - Digest * &#x60;-digest&#x60; - Digest (descending) * &#x60;type&#x60; - Type * &#x60;-type&#x60; - Type (descending) * &#x60;key_id&#x60; - Key id * &#x60;-key_id&#x60; - Key id (descending) * &#x60;timestamp&#x60; - Timestamp * &#x60;-timestamp&#x60; - Timestamp (descending) * &#x60;creator&#x60; - Creator * &#x60;-creator&#x60; - Creator (descending) * &#x60;data&#x60; - Data * &#x60;-data&#x60; - Data (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
93
94
  **orphaned_for** | **Float**| Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | [optional]
95
+ **prn__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
94
96
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
95
97
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
96
- **q** | **String**| | [optional]
97
- **repository_version** | **String**| Repository Version referenced by HREF | [optional]
98
- **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
99
- **repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
98
+ **q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
99
+ **repository_version** | **String**| Repository Version referenced by HREF/PRN | [optional]
100
+ **repository_version_added** | **String**| Repository Version referenced by HREF/PRN | [optional]
101
+ **repository_version_removed** | **String**| Repository Version referenced by HREF/PRN | [optional]
100
102
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
101
103
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
102
104
 
@@ -39,12 +39,13 @@ opts = {
39
39
  offset: 56, # Integer | The initial index from which to return the results.
40
40
  ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `name` - Name * `-name` - Name (descending) * `pk` - Pk * `-pk` - Pk (descending)
41
41
  orphaned_for: 3.4, # Float | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
42
+ prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
42
43
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
43
44
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
44
- q: 'q_example', # String |
45
- repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
46
- repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
47
- repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
45
+ q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
46
+ repository_version: 'repository_version_example', # String | Repository Version referenced by HREF/PRN
47
+ repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF/PRN
48
+ repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF/PRN
48
49
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
49
50
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
50
51
  }
@@ -71,12 +72,13 @@ Name | Type | Description | Notes
71
72
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
72
73
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
73
74
  **orphaned_for** | **Float**| Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | [optional]
75
+ **prn__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
74
76
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
75
77
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
76
- **q** | **String**| | [optional]
77
- **repository_version** | **String**| Repository Version referenced by HREF | [optional]
78
- **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
79
- **repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
78
+ **q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
79
+ **repository_version** | **String**| Repository Version referenced by HREF/PRN | [optional]
80
+ **repository_version_added** | **String**| Repository Version referenced by HREF/PRN | [optional]
81
+ **repository_version_removed** | **String**| Repository Version referenced by HREF/PRN | [optional]
80
82
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
81
83
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
82
84
 
@@ -219,10 +219,11 @@ opts = {
219
219
  namespace__name: 'namespace__name_example', # String |
220
220
  offset: 56, # Integer | The initial index from which to return the results.
221
221
  ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `base_path` - Base path * `-base_path` - Base path (descending) * `hidden` - Hidden * `-hidden` - Hidden (descending) * `private` - Private * `-private` - Private (descending) * `description` - Description * `-description` - Description (descending) * `pk` - Pk * `-pk` - Pk (descending)
222
+ prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
222
223
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
223
224
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
224
225
  pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
225
- q: 'q_example', # String |
226
+ q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
226
227
  repository: 'repository_example', # String | Filter results where repository matches value
227
228
  repository__in: ['repository__in_example'], # Array<String> | Filter results where repository is in a comma-separated list of values
228
229
  with_content: 'with_content_example', # String | Filter distributions based on the content served by them
@@ -261,10 +262,11 @@ Name | Type | Description | Notes
261
262
  **namespace__name** | **String**| | [optional]
262
263
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
263
264
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;base_path&#x60; - Base path * &#x60;-base_path&#x60; - Base path (descending) * &#x60;hidden&#x60; - Hidden * &#x60;-hidden&#x60; - Hidden (descending) * &#x60;private&#x60; - Private * &#x60;-private&#x60; - Private (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
265
+ **prn__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
264
266
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
265
267
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
266
268
  **pulp_label_select** | **String**| Filter labels by search string | [optional]
267
- **q** | **String**| | [optional]
269
+ **q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
268
270
  **repository** | [**String**](.md)| Filter results where repository matches value | [optional]
269
271
  **repository__in** | [**Array&lt;String&gt;**](String.md)| Filter results where repository is in a comma-separated list of values | [optional]
270
272
  **with_content** | **String**| Filter distributions based on the content served by them | [optional]
@@ -218,10 +218,11 @@ opts = {
218
218
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
219
219
  offset: 56, # Integer | The initial index from which to return the results.
220
220
  ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `base_path` - Base path * `-base_path` - Base path (descending) * `hidden` - Hidden * `-hidden` - Hidden (descending) * `pk` - Pk * `-pk` - Pk (descending)
221
+ prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
221
222
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
222
223
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
223
224
  pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
224
- q: 'q_example', # String |
225
+ q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
225
226
  repository: 'repository_example', # String | Filter results where repository matches value
226
227
  repository__in: ['repository__in_example'], # Array<String> | Filter results where repository is in a comma-separated list of values
227
228
  with_content: 'with_content_example', # String | Filter distributions based on the content served by them
@@ -259,10 +260,11 @@ Name | Type | Description | Notes
259
260
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
260
261
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
261
262
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;base_path&#x60; - Base path * &#x60;-base_path&#x60; - Base path (descending) * &#x60;hidden&#x60; - Hidden * &#x60;-hidden&#x60; - Hidden (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
263
+ **prn__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
262
264
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
263
265
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
264
266
  **pulp_label_select** | **String**| Filter labels by search string | [optional]
265
- **q** | **String**| | [optional]
267
+ **q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
266
268
  **repository** | [**String**](.md)| Filter results where repository matches value | [optional]
267
269
  **repository__in** | [**Array&lt;String&gt;**](String.md)| Filter results where repository is in a comma-separated list of values | [optional]
268
270
  **with_content** | **String**| Filter distributions based on the content served by them | [optional]
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
7
7
  **containerfile_artifact** | **String** | Artifact representing the Containerfile that should be used to run podman-build. | [optional]
8
8
  **containerfile** | **File** | An uploaded Containerfile that should be used to run podman-build. | [optional]
9
9
  **tag** | **String** | A tag name for the new image being built. | [optional] [default to &#39;latest&#39;]
10
- **artifacts** | [**Object**](.md) | A JSON string where each key is an artifact href and the value is it&#39;s relative path (name) inside the /pulp_working_directory of the build container executing the Containerfile. | [optional]
10
+ **artifacts** | [**AnyType**](.md) | A JSON string where each key is an artifact href and the value is it&#39;s relative path (name) inside the /pulp_working_directory of the build container executing the Containerfile. | [optional]
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -4,12 +4,12 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
+ **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
8
+ **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
7
9
  **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
8
10
  **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
9
- **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \&quot;foo\&quot; and \&quot;foo/bar\&quot;) | [optional]
10
- **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
11
11
  **name** | **String** | A unique name. Ex, &#x60;rawhide&#x60; and &#x60;stable&#x60;. | [optional]
12
- **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
12
+ **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \&quot;foo\&quot; and \&quot;foo/bar\&quot;) | [optional]
13
13
  **repository_version** | **String** | RepositoryVersion to be served | [optional]
14
14
  **private** | **Boolean** | Restrict pull access to explicitly authorized users. Defaults to unrestricted pull access. | [optional]
15
15
  **description** | **String** | An optional description. | [optional]
@@ -19,12 +19,12 @@ Name | Type | Description | Notes
19
19
  ```ruby
20
20
  require 'PulpContainerClient'
21
21
 
22
- instance = PulpContainerClient::PatchedcontainerContainerDistribution.new(hidden: null,
22
+ instance = PulpContainerClient::PatchedcontainerContainerDistribution.new(pulp_labels: null,
23
+ content_guard: null,
24
+ hidden: null,
23
25
  repository: null,
24
- base_path: null,
25
- pulp_labels: null,
26
26
  name: null,
27
- content_guard: null,
27
+ base_path: null,
28
28
  repository_version: null,
29
29
  private: null,
30
30
  description: null)
@@ -4,12 +4,12 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
+ **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
8
+ **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
7
9
  **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
8
10
  **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
9
- **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \&quot;foo\&quot; and \&quot;foo/bar\&quot;) | [optional]
10
- **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
11
11
  **name** | **String** | A unique name. Ex, &#x60;rawhide&#x60; and &#x60;stable&#x60;. | [optional]
12
- **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
12
+ **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \&quot;foo\&quot; and \&quot;foo/bar\&quot;) | [optional]
13
13
  **remote** | **String** | Remote that can be used to fetch content when using pull-through caching. | [optional]
14
14
  **distributions** | **Array&lt;String&gt;** | Distributions created after pulling content through cache | [optional]
15
15
  **private** | **Boolean** | Restrict pull access to explicitly authorized users. Related distributions inherit this value. Defaults to unrestricted pull access. | [optional]
@@ -20,12 +20,12 @@ Name | Type | Description | Notes
20
20
  ```ruby
21
21
  require 'PulpContainerClient'
22
22
 
23
- instance = PulpContainerClient::PatchedcontainerContainerPullThroughDistribution.new(hidden: null,
23
+ instance = PulpContainerClient::PatchedcontainerContainerPullThroughDistribution.new(pulp_labels: null,
24
+ content_guard: null,
25
+ hidden: null,
24
26
  repository: null,
25
- base_path: null,
26
- pulp_labels: null,
27
27
  name: null,
28
- content_guard: null,
28
+ base_path: null,
29
29
  remote: null,
30
30
  distributions: null,
31
31
  private: null,
@@ -18,13 +18,15 @@ Name | Type | Description | Notes
18
18
  **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
19
19
  **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
20
20
  **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
21
- **policy** | [**Policy8e2Enum**](Policy8e2Enum.md) | | [optional]
21
+ **policy** | [**Policy7e0Enum**](Policy7e0Enum.md) | | [optional]
22
22
  **total_timeout** | **Float** | aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
23
23
  **connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
24
24
  **sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
25
25
  **sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
26
26
  **headers** | **Array&lt;Object&gt;** | Headers for aiohttp.Clientsession | [optional]
27
27
  **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional]
28
+ **includes** | **Array&lt;String&gt;** | A list of remotes to include during pull-through caching. Wildcards *, ? are recognized. &#39;includes&#39; is evaluated before &#39;excludes&#39;. | [optional]
29
+ **excludes** | **Array&lt;String&gt;** | A list of remotes to exclude during pull-through caching. Wildcards *, ? are recognized. &#39;excludes&#39; is evaluated after &#39;includes&#39;. | [optional]
28
30
 
29
31
  ## Code Sample
30
32
 
@@ -51,7 +53,9 @@ instance = PulpContainerClient::PatchedcontainerContainerPullThroughRemote.new(n
51
53
  sock_connect_timeout: null,
52
54
  sock_read_timeout: null,
53
55
  headers: null,
54
- rate_limit: null)
56
+ rate_limit: null,
57
+ includes: null,
58
+ excludes: null)
55
59
  ```
56
60
 
57
61
 
@@ -4,22 +4,22 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **name** | **String** | A unique name for this repository. | [optional]
8
- **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
9
7
  **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
10
- **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
8
+ **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
11
9
  **description** | **String** | An optional description. | [optional]
10
+ **name** | **String** | A unique name for this repository. | [optional]
11
+ **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
12
12
 
13
13
  ## Code Sample
14
14
 
15
15
  ```ruby
16
16
  require 'PulpContainerClient'
17
17
 
18
- instance = PulpContainerClient::PatchedcontainerContainerPushRepository.new(name: null,
18
+ instance = PulpContainerClient::PatchedcontainerContainerPushRepository.new(pulp_labels: null,
19
19
  manifest_signing_service: null,
20
- pulp_labels: null,
21
- retain_repo_versions: null,
22
- description: null)
20
+ description: null,
21
+ name: null,
22
+ retain_repo_versions: null)
23
23
  ```
24
24
 
25
25
 
@@ -18,7 +18,7 @@ Name | Type | Description | Notes
18
18
  **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
19
19
  **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
20
20
  **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
21
- **policy** | [**Policy762Enum**](Policy762Enum.md) | immediate - All manifests and blobs are downloaded and saved during a sync. on_demand - Only tags and manifests are downloaded. Blobs are not downloaded until they are requested for the first time by a client. streamed - Blobs are streamed to the client with every request and never saved. * &#x60;immediate&#x60; - When syncing, download all metadata and content now. * &#x60;on_demand&#x60; - When syncing, download metadata, but do not download content now. Instead, download content as clients request it, and save it in Pulp to be served for future client requests. * &#x60;streamed&#x60; - When syncing, download metadata, but do not download content now. Instead,download content as clients request it, but never save it in Pulp. This causes future requests for that same content to have to be downloaded again. | [optional]
21
+ **policy** | [**Policy692Enum**](Policy692Enum.md) | immediate - All manifests and blobs are downloaded and saved during a sync. on_demand - Only tags and manifests are downloaded. Blobs are not downloaded until they are requested for the first time by a client. streamed - Blobs are streamed to the client with every request and never saved. * &#x60;immediate&#x60; - When syncing, download all metadata and content now. * &#x60;on_demand&#x60; - When syncing, download metadata, but do not download content now. Instead, download content as clients request it, and save it in Pulp to be served for future client requests. * &#x60;streamed&#x60; - When syncing, download metadata, but do not download content now. Instead,download content as clients request it, but never save it in Pulp. This causes future requests for that same content to have to be downloaded again. | [optional]
22
22
  **total_timeout** | **Float** | aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
23
23
  **connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
24
24
  **sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
@@ -1,4 +1,4 @@
1
- # PulpContainerClient::Policy762Enum
1
+ # PulpContainerClient::Policy692Enum
2
2
 
3
3
  ## Properties
4
4
 
@@ -10,7 +10,7 @@ Name | Type | Description | Notes
10
10
  ```ruby
11
11
  require 'PulpContainerClient'
12
12
 
13
- instance = PulpContainerClient::Policy762Enum.new()
13
+ instance = PulpContainerClient::Policy692Enum.new()
14
14
  ```
15
15
 
16
16
 
@@ -1,4 +1,4 @@
1
- # PulpContainerClient::Policy8e2Enum
1
+ # PulpContainerClient::Policy7e0Enum
2
2
 
3
3
  ## Properties
4
4
 
@@ -10,7 +10,7 @@ Name | Type | Description | Notes
10
10
  ```ruby
11
11
  require 'PulpContainerClient'
12
12
 
13
- instance = PulpContainerClient::Policy8e2Enum.new()
13
+ instance = PulpContainerClient::Policy7e0Enum.new()
14
14
  ```
15
15
 
16
16
 
@@ -210,9 +210,10 @@ opts = {
210
210
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
211
211
  offset: 56, # Integer | The initial index from which to return the results.
212
212
  ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `name` - Name * `-name` - Name (descending) * `pk` - Pk * `-pk` - Pk (descending)
213
+ prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
213
214
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
214
215
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
215
- q: 'q_example', # String |
216
+ q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
216
217
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
217
218
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
218
219
  }
@@ -243,9 +244,10 @@ Name | Type | Description | Notes
243
244
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
244
245
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
245
246
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
247
+ **prn__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
246
248
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
247
249
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
248
- **q** | **String**| | [optional]
250
+ **q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
249
251
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
250
252
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
251
253
 
@@ -214,6 +214,7 @@ opts = {
214
214
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
215
215
  offset: 56, # Integer | The initial index from which to return the results.
216
216
  ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `url` - Url * `-url` - Url (descending) * `ca_cert` - Ca cert * `-ca_cert` - Ca cert (descending) * `client_cert` - Client cert * `-client_cert` - Client cert (descending) * `client_key` - Client key * `-client_key` - Client key (descending) * `tls_validation` - Tls validation * `-tls_validation` - Tls validation (descending) * `username` - Username * `-username` - Username (descending) * `password` - Password * `-password` - Password (descending) * `proxy_url` - Proxy url * `-proxy_url` - Proxy url (descending) * `proxy_username` - Proxy username * `-proxy_username` - Proxy username (descending) * `proxy_password` - Proxy password * `-proxy_password` - Proxy password (descending) * `download_concurrency` - Download concurrency * `-download_concurrency` - Download concurrency (descending) * `max_retries` - Max retries * `-max_retries` - Max retries (descending) * `policy` - Policy * `-policy` - Policy (descending) * `total_timeout` - Total timeout * `-total_timeout` - Total timeout (descending) * `connect_timeout` - Connect timeout * `-connect_timeout` - Connect timeout (descending) * `sock_connect_timeout` - Sock connect timeout * `-sock_connect_timeout` - Sock connect timeout (descending) * `sock_read_timeout` - Sock read timeout * `-sock_read_timeout` - Sock read timeout (descending) * `headers` - Headers * `-headers` - Headers (descending) * `rate_limit` - Rate limit * `-rate_limit` - Rate limit (descending) * `pk` - Pk * `-pk` - Pk (descending)
217
+ prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
217
218
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
218
219
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
219
220
  pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
@@ -223,7 +224,7 @@ opts = {
223
224
  pulp_last_updated__lt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is less than value
224
225
  pulp_last_updated__lte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is less than or equal to value
225
226
  pulp_last_updated__range: [DateTime.parse('2013-10-20T19:20:30+01:00')], # Array<DateTime> | Filter results where pulp_last_updated is between two comma separated values
226
- q: 'q_example', # String |
227
+ q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
227
228
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
228
229
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
229
230
  }
@@ -254,6 +255,7 @@ Name | Type | Description | Notes
254
255
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
255
256
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
256
257
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;url&#x60; - Url * &#x60;-url&#x60; - Url (descending) * &#x60;ca_cert&#x60; - Ca cert * &#x60;-ca_cert&#x60; - Ca cert (descending) * &#x60;client_cert&#x60; - Client cert * &#x60;-client_cert&#x60; - Client cert (descending) * &#x60;client_key&#x60; - Client key * &#x60;-client_key&#x60; - Client key (descending) * &#x60;tls_validation&#x60; - Tls validation * &#x60;-tls_validation&#x60; - Tls validation (descending) * &#x60;username&#x60; - Username * &#x60;-username&#x60; - Username (descending) * &#x60;password&#x60; - Password * &#x60;-password&#x60; - Password (descending) * &#x60;proxy_url&#x60; - Proxy url * &#x60;-proxy_url&#x60; - Proxy url (descending) * &#x60;proxy_username&#x60; - Proxy username * &#x60;-proxy_username&#x60; - Proxy username (descending) * &#x60;proxy_password&#x60; - Proxy password * &#x60;-proxy_password&#x60; - Proxy password (descending) * &#x60;download_concurrency&#x60; - Download concurrency * &#x60;-download_concurrency&#x60; - Download concurrency (descending) * &#x60;max_retries&#x60; - Max retries * &#x60;-max_retries&#x60; - Max retries (descending) * &#x60;policy&#x60; - Policy * &#x60;-policy&#x60; - Policy (descending) * &#x60;total_timeout&#x60; - Total timeout * &#x60;-total_timeout&#x60; - Total timeout (descending) * &#x60;connect_timeout&#x60; - Connect timeout * &#x60;-connect_timeout&#x60; - Connect timeout (descending) * &#x60;sock_connect_timeout&#x60; - Sock connect timeout * &#x60;-sock_connect_timeout&#x60; - Sock connect timeout (descending) * &#x60;sock_read_timeout&#x60; - Sock read timeout * &#x60;-sock_read_timeout&#x60; - Sock read timeout (descending) * &#x60;headers&#x60; - Headers * &#x60;-headers&#x60; - Headers (descending) * &#x60;rate_limit&#x60; - Rate limit * &#x60;-rate_limit&#x60; - Rate limit (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
258
+ **prn__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
257
259
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
258
260
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
259
261
  **pulp_label_select** | **String**| Filter labels by search string | [optional]
@@ -263,7 +265,7 @@ Name | Type | Description | Notes
263
265
  **pulp_last_updated__lt** | **DateTime**| Filter results where pulp_last_updated is less than value | [optional]
264
266
  **pulp_last_updated__lte** | **DateTime**| Filter results where pulp_last_updated is less than or equal to value | [optional]
265
267
  **pulp_last_updated__range** | [**Array&lt;DateTime&gt;**](DateTime.md)| Filter results where pulp_last_updated is between two comma separated values | [optional]
266
- **q** | **String**| | [optional]
268
+ **q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
267
269
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
268
270
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
269
271
 
@@ -214,6 +214,7 @@ opts = {
214
214
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
215
215
  offset: 56, # Integer | The initial index from which to return the results.
216
216
  ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `url` - Url * `-url` - Url (descending) * `ca_cert` - Ca cert * `-ca_cert` - Ca cert (descending) * `client_cert` - Client cert * `-client_cert` - Client cert (descending) * `client_key` - Client key * `-client_key` - Client key (descending) * `tls_validation` - Tls validation * `-tls_validation` - Tls validation (descending) * `username` - Username * `-username` - Username (descending) * `password` - Password * `-password` - Password (descending) * `proxy_url` - Proxy url * `-proxy_url` - Proxy url (descending) * `proxy_username` - Proxy username * `-proxy_username` - Proxy username (descending) * `proxy_password` - Proxy password * `-proxy_password` - Proxy password (descending) * `download_concurrency` - Download concurrency * `-download_concurrency` - Download concurrency (descending) * `max_retries` - Max retries * `-max_retries` - Max retries (descending) * `policy` - Policy * `-policy` - Policy (descending) * `total_timeout` - Total timeout * `-total_timeout` - Total timeout (descending) * `connect_timeout` - Connect timeout * `-connect_timeout` - Connect timeout (descending) * `sock_connect_timeout` - Sock connect timeout * `-sock_connect_timeout` - Sock connect timeout (descending) * `sock_read_timeout` - Sock read timeout * `-sock_read_timeout` - Sock read timeout (descending) * `headers` - Headers * `-headers` - Headers (descending) * `rate_limit` - Rate limit * `-rate_limit` - Rate limit (descending) * `pk` - Pk * `-pk` - Pk (descending)
217
+ prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
217
218
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
218
219
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
219
220
  pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
@@ -223,7 +224,7 @@ opts = {
223
224
  pulp_last_updated__lt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is less than value
224
225
  pulp_last_updated__lte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is less than or equal to value
225
226
  pulp_last_updated__range: [DateTime.parse('2013-10-20T19:20:30+01:00')], # Array<DateTime> | Filter results where pulp_last_updated is between two comma separated values
226
- q: 'q_example', # String |
227
+ q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
227
228
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
228
229
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
229
230
  }
@@ -254,6 +255,7 @@ Name | Type | Description | Notes
254
255
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
255
256
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
256
257
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;url&#x60; - Url * &#x60;-url&#x60; - Url (descending) * &#x60;ca_cert&#x60; - Ca cert * &#x60;-ca_cert&#x60; - Ca cert (descending) * &#x60;client_cert&#x60; - Client cert * &#x60;-client_cert&#x60; - Client cert (descending) * &#x60;client_key&#x60; - Client key * &#x60;-client_key&#x60; - Client key (descending) * &#x60;tls_validation&#x60; - Tls validation * &#x60;-tls_validation&#x60; - Tls validation (descending) * &#x60;username&#x60; - Username * &#x60;-username&#x60; - Username (descending) * &#x60;password&#x60; - Password * &#x60;-password&#x60; - Password (descending) * &#x60;proxy_url&#x60; - Proxy url * &#x60;-proxy_url&#x60; - Proxy url (descending) * &#x60;proxy_username&#x60; - Proxy username * &#x60;-proxy_username&#x60; - Proxy username (descending) * &#x60;proxy_password&#x60; - Proxy password * &#x60;-proxy_password&#x60; - Proxy password (descending) * &#x60;download_concurrency&#x60; - Download concurrency * &#x60;-download_concurrency&#x60; - Download concurrency (descending) * &#x60;max_retries&#x60; - Max retries * &#x60;-max_retries&#x60; - Max retries (descending) * &#x60;policy&#x60; - Policy * &#x60;-policy&#x60; - Policy (descending) * &#x60;total_timeout&#x60; - Total timeout * &#x60;-total_timeout&#x60; - Total timeout (descending) * &#x60;connect_timeout&#x60; - Connect timeout * &#x60;-connect_timeout&#x60; - Connect timeout (descending) * &#x60;sock_connect_timeout&#x60; - Sock connect timeout * &#x60;-sock_connect_timeout&#x60; - Sock connect timeout (descending) * &#x60;sock_read_timeout&#x60; - Sock read timeout * &#x60;-sock_read_timeout&#x60; - Sock read timeout (descending) * &#x60;headers&#x60; - Headers * &#x60;-headers&#x60; - Headers (descending) * &#x60;rate_limit&#x60; - Rate limit * &#x60;-rate_limit&#x60; - Rate limit (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
258
+ **prn__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
257
259
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
258
260
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
259
261
  **pulp_label_select** | **String**| Filter labels by search string | [optional]
@@ -263,7 +265,7 @@ Name | Type | Description | Notes
263
265
  **pulp_last_updated__lt** | **DateTime**| Filter results where pulp_last_updated is less than value | [optional]
264
266
  **pulp_last_updated__lte** | **DateTime**| Filter results where pulp_last_updated is less than or equal to value | [optional]
265
267
  **pulp_last_updated__range** | [**Array&lt;DateTime&gt;**](DateTime.md)| Filter results where pulp_last_updated is between two comma separated values | [optional]
266
- **q** | **String**| | [optional]
268
+ **q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
267
269
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
268
270
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
269
271
 
@@ -164,7 +164,7 @@ opts = {
164
164
  containerfile_artifact: 'containerfile_artifact_example', # String | Artifact representing the Containerfile that should be used to run podman-build.
165
165
  containerfile: File.new('/path/to/file'), # File | An uploaded Containerfile that should be used to run podman-build.
166
166
  tag: 'latest', # String | A tag name for the new image being built.
167
- artifacts: nil # Object | A JSON string where each key is an artifact href and the value is it's relative path (name) inside the /pulp_working_directory of the build container executing the Containerfile.
167
+ artifacts: PulpContainerClient::AnyType.new # AnyType | A JSON string where each key is an artifact href and the value is it's relative path (name) inside the /pulp_working_directory of the build container executing the Containerfile.
168
168
  }
169
169
 
170
170
  begin
@@ -185,7 +185,7 @@ Name | Type | Description | Notes
185
185
  **containerfile_artifact** | **String**| Artifact representing the Containerfile that should be used to run podman-build. | [optional]
186
186
  **containerfile** | **File**| An uploaded Containerfile that should be used to run podman-build. | [optional]
187
187
  **tag** | **String**| A tag name for the new image being built. | [optional] [default to &#39;latest&#39;]
188
- **artifacts** | [**Object**](Object.md)| A JSON string where each key is an artifact href and the value is it&#39;s relative path (name) inside the /pulp_working_directory of the build container executing the Containerfile. | [optional]
188
+ **artifacts** | [**AnyType**](AnyType.md)| A JSON string where each key is an artifact href and the value is it&#39;s relative path (name) inside the /pulp_working_directory of the build container executing the Containerfile. | [optional]
189
189
 
190
190
  ### Return type
191
191
 
@@ -439,7 +439,7 @@ end
439
439
 
440
440
  api_instance = PulpContainerClient::RepositoriesContainerApi.new
441
441
  opts = {
442
- latest_with_content: 'latest_with_content_example', # String | Content Unit referenced by HREF
442
+ latest_with_content: 'latest_with_content_example', # String | Content Unit referenced by HREF/PRN
443
443
  limit: 56, # Integer | Number of results to return per page.
444
444
  name: 'name_example', # String | Filter results where name matches value
445
445
  name__contains: 'name__contains_example', # String | Filter results where name contains value
@@ -452,10 +452,11 @@ opts = {
452
452
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
453
453
  offset: 56, # Integer | The initial index from which to return the results.
454
454
  ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `description` - Description * `-description` - Description (descending) * `next_version` - Next version * `-next_version` - Next version (descending) * `retain_repo_versions` - Retain repo versions * `-retain_repo_versions` - Retain repo versions (descending) * `user_hidden` - User hidden * `-user_hidden` - User hidden (descending) * `pk` - Pk * `-pk` - Pk (descending)
455
+ prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
455
456
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
456
457
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
457
458
  pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
458
- q: 'q_example', # String |
459
+ q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
459
460
  remote: 'remote_example', # String | Foreign Key referenced by HREF
460
461
  retain_repo_versions: 56, # Integer | Filter results where retain_repo_versions matches value
461
462
  retain_repo_versions__gt: 56, # Integer | Filter results where retain_repo_versions is greater than value
@@ -465,7 +466,7 @@ opts = {
465
466
  retain_repo_versions__lte: 56, # Integer | Filter results where retain_repo_versions is less than or equal to value
466
467
  retain_repo_versions__ne: 56, # Integer | Filter results where retain_repo_versions not equal to value
467
468
  retain_repo_versions__range: [56], # Array<Integer> | Filter results where retain_repo_versions is between two comma separated values
468
- with_content: 'with_content_example', # String | Content Unit referenced by HREF
469
+ with_content: 'with_content_example', # String | Content Unit referenced by HREF/PRN
469
470
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
470
471
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
471
472
  }
@@ -484,7 +485,7 @@ end
484
485
 
485
486
  Name | Type | Description | Notes
486
487
  ------------- | ------------- | ------------- | -------------
487
- **latest_with_content** | **String**| Content Unit referenced by HREF | [optional]
488
+ **latest_with_content** | **String**| Content Unit referenced by HREF/PRN | [optional]
488
489
  **limit** | **Integer**| Number of results to return per page. | [optional]
489
490
  **name** | **String**| Filter results where name matches value | [optional]
490
491
  **name__contains** | **String**| Filter results where name contains value | [optional]
@@ -497,10 +498,11 @@ Name | Type | Description | Notes
497
498
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
498
499
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
499
500
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;next_version&#x60; - Next version * &#x60;-next_version&#x60; - Next version (descending) * &#x60;retain_repo_versions&#x60; - Retain repo versions * &#x60;-retain_repo_versions&#x60; - Retain repo versions (descending) * &#x60;user_hidden&#x60; - User hidden * &#x60;-user_hidden&#x60; - User hidden (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
501
+ **prn__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
500
502
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
501
503
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
502
504
  **pulp_label_select** | **String**| Filter labels by search string | [optional]
503
- **q** | **String**| | [optional]
505
+ **q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
504
506
  **remote** | [**String**](.md)| Foreign Key referenced by HREF | [optional]
505
507
  **retain_repo_versions** | **Integer**| Filter results where retain_repo_versions matches value | [optional]
506
508
  **retain_repo_versions__gt** | **Integer**| Filter results where retain_repo_versions is greater than value | [optional]
@@ -510,7 +512,7 @@ Name | Type | Description | Notes
510
512
  **retain_repo_versions__lte** | **Integer**| Filter results where retain_repo_versions is less than or equal to value | [optional]
511
513
  **retain_repo_versions__ne** | **Integer**| Filter results where retain_repo_versions not equal to value | [optional]
512
514
  **retain_repo_versions__range** | [**Array&lt;Integer&gt;**](Integer.md)| Filter results where retain_repo_versions is between two comma separated values | [optional]
513
- **with_content** | **String**| Content Unit referenced by HREF | [optional]
515
+ **with_content** | **String**| Content Unit referenced by HREF/PRN | [optional]
514
516
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
515
517
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
516
518