Name | Type | Description | Notes |
---|---|---|---|
name | String | The updated template name. | [optional] |
story_contents | UpdateStoryContents | [optional] |
require 'shortcut_client_ruby'
instance = Shortcut::UpdateEntityTemplate.new(
name: null,
story_contents: null
)