# DocSpring::PublishTemplateVersionResponseResult ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **version** | **String** | | | | **description** | **String** | | [optional] | | **published_at** | **String** | | | | **published_by_id** | **String** | | | ## Example ```ruby require 'docspring' instance = DocSpring::PublishTemplateVersionResponseResult.new( version: null, description: null, published_at: null, published_by_id: null ) ```