Method: OCI::CloudGuard::Models::UpdateProblemStatusDetails.swagger_types
- Defined in:
- lib/oci/cloud_guard/models/update_problem_status_details.rb
.swagger_types ⇒ Object
Attribute type mapping.
36 37 38 39 40 41 42 43 |
# File 'lib/oci/cloud_guard/models/update_problem_status_details.rb', line 36 def self.swagger_types { # rubocop:disable Style/SymbolLiteral 'status': :'String', 'comment': :'String' # rubocop:enable Style/SymbolLiteral } end |