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

- old
+ new

@@ -1,13 +1,27 @@ # SwaggerAemClient::SamlConfigurationPropertyItemsString ## 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** | **String** | Property value | [optional] **description** | **String** | Property description | [optional] + +## Code Sample + +```ruby +require 'SwaggerAemClient' + +instance = SwaggerAemClient::SamlConfigurationPropertyItemsString.new(name: null, + optional: null, + is_set: null, + type: null, + value: null, + description: null) +```