Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 342 Bytes

ListMembers.md

File metadata and controls

18 lines (12 loc) · 342 Bytes

Shortcut::ListMembers

Properties

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

Example

require 'shortcut_client_ruby'

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