| Name | Type | Description | Notes |
|---|---|---|---|
| value | String | Annotation value | [optional] |
| branch | String | Branch name of the job | [optional] |
require 'phrase'
instance = Phrase::JobAnnotationUpdateParameters.new(value: 'Some value...',
branch: 'my-feature-branch')