@@ -40223,21 +40223,42 @@ components:
40223
40223
ArtifactDistributionResponse:
40224
40224
description: A serializer for ArtifactDistribution.
40225
40225
example:
40226
- pulp_href: https://openapi-generator.tech
40227
40226
hidden: false
40228
40227
pulp_labels:
40229
40228
key: pulp_labels
40230
- base_url: base_url
40229
+ pulp_href: https://openapi-generator.tech
40231
40230
name: name
40231
+ base_url: base_url
40232
40232
no_content_change_since: no_content_change_since
40233
- base_path: base_path
40234
40233
pulp_created: 2000-01-23T04:56:07.000+00:00
40234
+ base_path: base_path
40235
40235
pulp_last_updated: 2000-01-23T04:56:07.000+00:00
40236
40236
prn: prn
40237
40237
content_guard: https://openapi-generator.tech
40238
40238
properties:
40239
- prn:
40240
- description: The Pulp Resource Name (PRN).
40239
+ hidden:
40240
+ default: false
40241
+ description: Whether this distribution should be shown in the content app.
40242
+ type: boolean
40243
+ pulp_labels:
40244
+ additionalProperties:
40245
+ nullable: true
40246
+ type: string
40247
+ type: object
40248
+ content_guard:
40249
+ description: An optional content-guard.
40250
+ format: uri
40251
+ nullable: true
40252
+ type: string
40253
+ pulp_href:
40254
+ format: uri
40255
+ readOnly: true
40256
+ type: string
40257
+ name:
40258
+ description: "A unique name. Ex, `rawhide` and `stable`."
40259
+ type: string
40260
+ base_url:
40261
+ description: The URL for accessing the publication as defined by this distribution.
40241
40262
readOnly: true
40242
40263
type: string
40243
40264
pulp_last_updated:
@@ -40247,47 +40268,26 @@ components:
40247
40268
format: date-time
40248
40269
readOnly: true
40249
40270
type: string
40250
- base_path:
40251
- description: The base (relative) path component of the published url. Avoid
40252
- paths that overlap with other distribution base paths
40253
- (e.g. "foo" and "foo/bar")
40254
- type: string
40255
- base_url:
40256
- description: The URL for accessing the publication as defined by this distribution.
40271
+ no_content_change_since:
40272
+ description: "Timestamp since when the distributed content served by this\
40273
+ \ distribution has not changed. If equals to `null`, no guarantee is provided\
40274
+ \ about content changes."
40257
40275
readOnly: true
40258
40276
type: string
40259
40277
pulp_created:
40260
40278
description: Timestamp of creation.
40261
40279
format: date-time
40262
40280
readOnly: true
40263
40281
type: string
40264
- pulp_href :
40265
- format: uri
40282
+ prn :
40283
+ description: The Pulp Resource Name (PRN).
40266
40284
readOnly: true
40267
40285
type: string
40268
- content_guard:
40269
- description: An optional content-guard.
40270
- format: uri
40271
- nullable: true
40272
- type: string
40273
- hidden:
40274
- default: false
40275
- description: Whether this distribution should be shown in the content app.
40276
- type: boolean
40277
- name:
40278
- description: "A unique name. Ex, `rawhide` and `stable`."
40279
- type: string
40280
- no_content_change_since:
40281
- description: "Timestamp since when the distributed content served by this\
40282
- \ distribution has not changed. If equals to `null`, no guarantee is provided\
40283
- \ about content changes."
40284
- readOnly: true
40286
+ base_path:
40287
+ description: The base (relative) path component of the published url. Avoid
40288
+ paths that overlap with other distribution base paths
40289
+ (e.g. "foo" and "foo/bar")
40285
40290
type: string
40286
- pulp_labels:
40287
- additionalProperties:
40288
- nullable: true
40289
- type: string
40290
- type: object
40291
40291
required:
40292
40292
- base_path
40293
40293
- name
@@ -42871,27 +42871,27 @@ components:
42871
42871
previous: http://api.example.org/accounts/?offset=200&limit=100
42872
42872
count: 123
42873
42873
results:
42874
- - pulp_href: https://openapi-generator.tech
42875
- hidden: false
42874
+ - hidden: false
42876
42875
pulp_labels:
42877
42876
key: pulp_labels
42878
- base_url: base_url
42877
+ pulp_href: https://openapi-generator.tech
42879
42878
name: name
42879
+ base_url: base_url
42880
42880
no_content_change_since: no_content_change_since
42881
- base_path: base_path
42882
42881
pulp_created: 2000-01-23T04:56:07.000+00:00
42882
+ base_path: base_path
42883
42883
pulp_last_updated: 2000-01-23T04:56:07.000+00:00
42884
42884
prn: prn
42885
42885
content_guard: https://openapi-generator.tech
42886
- - pulp_href: https://openapi-generator.tech
42887
- hidden: false
42886
+ - hidden: false
42888
42887
pulp_labels:
42889
42888
key: pulp_labels
42890
- base_url: base_url
42889
+ pulp_href: https://openapi-generator.tech
42891
42890
name: name
42891
+ base_url: base_url
42892
42892
no_content_change_since: no_content_change_since
42893
- base_path: base_path
42894
42893
pulp_created: 2000-01-23T04:56:07.000+00:00
42894
+ base_path: base_path
42895
42895
pulp_last_updated: 2000-01-23T04:56:07.000+00:00
42896
42896
prn: prn
42897
42897
content_guard: https://openapi-generator.tech
0 commit comments