Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 475 Bytes

Identity.md

File metadata and controls

22 lines (16 loc) · 475 Bytes

Shortcut::Identity

Properties

Name Type Description Notes
entity_type String A string description of this resource.
name String This is your login in VCS.
type String The type of Identity; currently only type is github.

Example

require 'shortcut_client_ruby'

instance = Shortcut::Identity.new(
  entity_type: null,
  name: null,
  type: null
)