Method: OCI::WorkRequests::Models::WorkRequestResource.attribute_map

Defined in:
lib/oci/work_requests/models/work_request_resource.rb

.attribute_mapObject

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



43
44
45
46
47
48
49
50
51
52
# File 'lib/oci/work_requests/models/work_request_resource.rb', line 43

def self.attribute_map
  {
    # rubocop:disable Style/SymbolLiteral
    'action_type': :'actionType',
    'entity_type': :'entityType',
    'identifier': :'identifier',
    'entity_uri': :'entityUri'
    # rubocop:enable Style/SymbolLiteral
  }
end