Method: PostApisResponse403#to_dynamic

Defined in:
lib/schemas.rb

#to_dynamicObject



20351
20352
20353
20354
20355
20356
20357
# File 'lib/schemas.rb', line 20351

def to_dynamic
  {
    "detail" => detail,
    "title"  => title,
    "type"   => post_apis_response403_type,
  }
end