Method: VoucherifySdk::ParameterFiltersListPublications.attribute_map
- Defined in:
- lib/VoucherifySdk/models/parameter_filters_list_publications.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
61 62 63 64 65 66 67 68 69 70 71 72 73 74 |
# File 'lib/VoucherifySdk/models/parameter_filters_list_publications.rb', line 61 def self.attribute_map { :'junction' => :'junction', :'failure_code' => :'failure_code', :'result' => :'result', :'customer_id' => :'customer_id', :'campaign_name' => :'campaign_name', :'voucher_type' => :'voucher_type', :'is_referral_code' => :'is_referral_code', :'parent_object_id' => :'parent_object_id', :'related_object_id' => :'related_object_id', :'source_id' => :'source_id' } end |