edgegap 0.1.0

Auto-generated client library for the Edgegap API, used by the arbctl tool
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# MatchmakerComponentResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**created_at** | **String** |  | 
**updated_at** | **String** |  | 
**name** | **String** | Matchmaker component name. Must be unique. | 
**repository** | **String** | Container repository where the component's image is hosted. | 
**image** | **String** | Container image to use for this component. | 
**tag** | **String** | Tag of the container image to use for this component. | 
**credentials** | [**serde_json::Value**].md | Private repo credentials to use for pulling the image, if applicable. | 

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