Method: TrinsicApi::ProviderInformation.attribute_map
- Defined in:
- lib/trinsic_api/models/provider_information.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
46 47 48 49 50 51 52 53 54 55 56 57 58 |
# File 'lib/trinsic_api/models/provider_information.rb', line 46 def self.attribute_map { :'id' => :'id', :'name' => :'name', :'logo_url' => :'logoUrl', :'subtext' => :'subtext', :'provider_id' => :'providerId', :'provider_display_name' => :'providerDisplayName', :'provider_logo' => :'providerLogo', :'health' => :'health', :'sub_providers' => :'subProviders' } end |