Method: OpsgenieSdk::LabTechEmailIntegration.attribute_map

Defined in:
lib/opsgenie_sdk/models/lab_tech_email_integration.rb

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



57
58
59
60
61
62
63
64
65
66
67
# File 'lib/opsgenie_sdk/models/lab_tech_email_integration.rb', line 57

def self.attribute_map
  {
    :'type' => :'type',
    :'id' => :'id',
    :'name' => :'name',
    :'enabled' => :'enabled',
    :'owner_team' => :'ownerTeam',
    :'is_global' => :'isGlobal',
    :'_read_only' => :'_readOnly'
  }
end