Method: IbmCloudIam::EnityHistoryRecord.attribute_map
- Defined in:
- lib/ibm_cloud_iam/models/enity_history_record.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
37 38 39 40 41 42 43 44 45 46 |
# File 'lib/ibm_cloud_iam/models/enity_history_record.rb', line 37 def self.attribute_map { :'timestamp' => :'timestamp', :'iam_id' => :'iam_id', :'iam_id_account' => :'iam_id_account', :'action' => :'action', :'params' => :'params', :'message' => :'message' } end |