Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 700 Bytes

File metadata and controls

24 lines (18 loc) · 700 Bytes

NutanixClustermgmt::CommonV10ConfigMessage

Properties

Name Type Description Notes
code String A code that uniquely identifies a message. [optional]
message String The description of the message. [optional]
locale String The locale for the message description. [optional][default to 'en_US']
severity CommonV10ConfigMessageSeverity [optional]

Example

require 'nutanix_clustermgmt'

instance = NutanixClustermgmt::CommonV10ConfigMessage.new(
  code: null,
  message: null,
  locale: null,
  severity: null
)