Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 556 Bytes

HistoryReferenceBranch.md

File metadata and controls

24 lines (18 loc) · 556 Bytes

Shortcut::HistoryReferenceBranch

Properties

Name Type Description Notes
id Integer The ID of the entity referenced.
entity_type String The type of entity referenced.
name String The name of the entity referenced.
url String The external URL for the Branch.

Example

require 'shortcut_client_ruby'

instance = Shortcut::HistoryReferenceBranch.new(
  id: null,
  entity_type: null,
  name: null,
  url: null
)