Sha256: aebc52dc780756105cf3e55bb80dab81046842724f361058c52e878d521394af
Contents?: true
Size: 506 Bytes
Versions: 1
Compression:
Stored size: 506 Bytes
Contents
# 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 ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
docspring-2.0.0 | docs/PublishTemplateVersionResponseResult.md |