Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 456 Bytes

MemberInfo.md

File metadata and controls

24 lines (18 loc) · 456 Bytes

Shortcut::MemberInfo

Properties

Name Type Description Notes
id String
name String
mention_name String
workspace2 BasicWorkspaceInfo

Example

require 'shortcut_client_ruby'

instance = Shortcut::MemberInfo.new(
  id: null,
  name: null,
  mention_name: null,
  workspace2: null
)