Method: TalonOne::UpdateCampaignTemplate.openapi_types
- Defined in:
- lib/talon_one/models/update_campaign_template.rb
.openapi_types ⇒ Object
Attribute type mapping.
115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 |
# File 'lib/talon_one/models/update_campaign_template.rb', line 115 def self.openapi_types { :'name' => :'String', :'description' => :'String', :'instructions' => :'String', :'campaign_attributes' => :'Object', :'coupon_attributes' => :'Object', :'state' => :'String', :'active_ruleset_id' => :'Integer', :'tags' => :'Array<String>', :'features' => :'Array<String>', :'coupon_settings' => :'CodeGeneratorSettings', :'coupon_reservation_settings' => :'CampaignTemplateCouponReservationSettings', :'referral_settings' => :'CodeGeneratorSettings', :'limits' => :'Array<TemplateLimitConfig>', :'template_params' => :'Array<CampaignTemplateParams>', :'applications_ids' => :'Array<Integer>', :'campaign_collections' => :'Array<CampaignTemplateCollection>', :'default_campaign_group_id' => :'Integer', :'campaign_type' => :'String' } end |