Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 628 Bytes

ScimSchemasListResponse.md

File metadata and controls

21 lines (14 loc) · 628 Bytes

TalonOne::ScimSchemasListResponse

Properties

Name Type Description Notes
resources Array<ScimSchemaResource>
schemas Array<String> SCIM schema for the given resource. [optional]
total_results Integer Number of total results in the response. [optional]

Code Sample

require 'TalonOne'

instance = TalonOne::ScimSchemasListResponse.new(resources: null,
                                 schemas: null,
                                 total_results: null)