Method: OpsgenieSdk::LabTechEmailIntegration.swagger_types
- Defined in:
- lib/opsgenie_sdk/models/lab_tech_email_integration.rb
.swagger_types ⇒ Object
Attribute type mapping.
70 71 72 73 74 75 76 77 78 79 80 |
# File 'lib/opsgenie_sdk/models/lab_tech_email_integration.rb', line 70 def self.swagger_types { :'type' => :'String', :'id' => :'String', :'name' => :'String', :'enabled' => :'BOOLEAN', :'owner_team' => :'TeamMeta', :'is_global' => :'BOOLEAN', :'_read_only' => :'Array<String>' } end |