Method: PureCloud::ScimV2SchemaDefinition.swagger_types
- Defined in:
- lib/purecloudplatformclientv2/models/scim_v2_schema_definition.rb
.swagger_types ⇒ Object
Attribute type mapping.
55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 |
# File 'lib/purecloudplatformclientv2/models/scim_v2_schema_definition.rb', line 55 def self.swagger_types { :'id' => :'String', :'name' => :'String', :'description' => :'String', :'attributes' => :'Array<ScimV2SchemaAttribute>', :'meta' => :'ScimMetadata' } end |