Method: LinodeOpenapiClient::GetNotifications200ResponseDataInnerEntity.openapi_types
- Defined in:
- lib/linode_openapi_client/models/get_notifications200_response_data_inner_entity.rb
.openapi_types ⇒ Object
Attribute type mapping.
69 70 71 72 73 74 75 76 |
# File 'lib/linode_openapi_client/models/get_notifications200_response_data_inner_entity.rb', line 69 def self.openapi_types { :'id' => :'Integer', :'url' => :'String', :'label' => :'String', :'type' => :'String' } end |