docs/SamlConfigurationPropertyItemsBoolean.md in swagger_aem-3.1.0 vs docs/SamlConfigurationPropertyItemsBoolean.md in swagger_aem-3.2.0

- old
+ new

@@ -1,13 +1,27 @@ # SwaggerAemClient::SamlConfigurationPropertyItemsBoolean ## Properties + Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | **String** | property name | [optional] -**optional** | **BOOLEAN** | True if optional | [optional] -**is_set** | **BOOLEAN** | True if property is set | [optional] +**optional** | **Boolean** | True if optional | [optional] +**is_set** | **Boolean** | True if property is set | [optional] **type** | **Integer** | Property type, 1=String, 3=long, 11=boolean, 12=Password | [optional] -**value** | **BOOLEAN** | Property value | [optional] +**value** | **Boolean** | Property value | [optional] **description** | **String** | Property description | [optional] + +## Code Sample + +```ruby +require 'SwaggerAemClient' + +instance = SwaggerAemClient::SamlConfigurationPropertyItemsBoolean.new(name: null, + optional: null, + is_set: null, + type: null, + value: null, + description: null) +```