# HelloSign::TemplateResponseDocumentStaticField ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | `name` | ```String``` | The name of the static field. | | | `type` | ```String``` | The type of this static field. See [field types](/api/reference/constants/#field-types). | | | `signer` | ```String``` | The signer of the Static Field. | | | `x` | ```Integer``` | The horizontal offset in pixels for this static field. | | | `y` | ```Integer``` | The vertical offset in pixels for this static field. | | | `width` | ```Integer``` | The width in pixels of this static field. | | | `height` | ```Integer``` | The height in pixels of this static field. | | | `required` | ```Boolean``` | Boolean showing whether or not this field is required. | | | `api_id` | ```String``` | A unique id for the static field. | | | `group` | ```String``` | The name of the group this field is in. If this field is not a group, this defaults to `null`. | |