Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 439 Bytes

ScimGroupMember.md

File metadata and controls

24 lines (18 loc) · 439 Bytes

EzmaxApi::ScimGroupMember

Properties

Name Type Description Notes
value String [optional]
display String [optional]
type String [optional]
ref String [optional]

Example

require 'Ezmaxapi'

instance = EzmaxApi::ScimGroupMember.new(
  value: null,
  display: null,
  type: null,
  ref: null
)