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] |
require 'TalonOne'
instance = TalonOne::ScimResource.new(id: null,
name: null,
description: null)