Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 537 Bytes

ScimResource.md

File metadata and controls

21 lines (14 loc) · 537 Bytes

TalonOne::ScimResource

Properties

Name Type Description Notes
id String ID of the resource. [optional]
name String Name of the resource. [optional]
description String Human-readable description of the resource. [optional]

Code Sample

require 'TalonOne'

instance = TalonOne::ScimResource.new(id: null,
                                 name: null,
                                 description: null)