# MyDataMyConsent::ProblemDetails
# Properties
Name | Type | Description | Notes |
---|---|---|---|
type | String | [optional] | |
title | String | [optional] | |
status | Integer | [optional] | |
detail | String | [optional] |
# Example
require 'mydatamyconsent'
instance = MyDataMyConsent::ProblemDetails.new(
type: null,
title: null,
status: null,
detail: null
)
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8