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
# ArtifactListResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**components** | Option<[**Vec<models::MavenComponentResponse>**]MavenComponentResponse.md> | Maven component grouping.  Only present when `group_by=maven_component`. | [optional]
**docker_tags** | Option<[**Vec<models::DockerTagResponse>**]DockerTagResponse.md> | Docker tag grouping.  Only present when `group_by=docker_tag`. | [optional]
**items** | [**Vec<models::ArtifactResponse>**]ArtifactResponse.md |  | 
**pagination** | [**models::Pagination**]Pagination.md |  | 

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