artifact-keeper-client 1.2.1

Rust client for the Artifact Keeper REST API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# ListArtifactsQuery

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**group_by** | Option<**String**> | Server-side artifact grouping.  Supported values: - `maven_component`: Maven/Gradle artifacts are grouped by   groupId, artifactId, and version.  Individual files (jar, pom,   checksums) appear in the `artifact_files` array of each component. - `docker_tag`: Docker/OCI artifacts are grouped by (image, tag),   with `total_size_bytes` summed across the manifest config and   referenced layer blobs.  The grouped rows are returned in the   `docker_tags` array. | [optional]
**page** | Option<**i32**> |  | [optional]
**path_prefix** | Option<**String**> |  | [optional]
**per_page** | Option<**i32**> |  | [optional]
**q** | Option<**String**> |  | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)