antimatter_api 2.0.13

Interact with the Antimatter Cloud API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Tag

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **String** | the full name of this tag | 
**value** | **String** | the value of this tag, or the empty string if the tag is of type \"unary\". For a number type tag, numbers of the form \"3.14\" are supported (no exponential notation). For a boolean, \"true\" or \"false\" are supported. For a date, RFC3339 form must be used, but it can      be truncated to end before the \"T\" if no time is required.  | 
**r#type** | [**models::TagTypeField**]TagTypeField.md |  | 
**source** | **String** | where this tag came from. If it came from a hook, this will be of the form \"hooks/the_hookname\". Otherwise, this will be \"create\" indicating it was given by the user at the time the capsule was created, or it will be \"manual\" indicating it was added later.  | 
**hook_version** | Option<**String**> | if this tag came from a hook, which version of that hook emitted the tag  | [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)