Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 340 Bytes

GetMember.md

File metadata and controls

18 lines (12 loc) · 340 Bytes

Shortcut::GetMember

Properties

Name Type Description Notes
org_public_id String The unique ID of the Organization to limit the lookup to. [optional]

Example

require 'shortcut_client_ruby'

instance = Shortcut::GetMember.new(
  org_public_id: null
)