lib/ff/ruby/server/generated/lib/openapi_client/models/variation_map.rb in ff-ruby-server-sdk-1.2.1 vs lib/ff/ruby/server/generated/lib/openapi_client/models/variation_map.rb in ff-ruby-server-sdk-1.3.1
- old
+ new
@@ -12,14 +12,18 @@
require 'date'
require 'time'
module OpenapiClient
+ # A mapping of variations to targets and target groups (segments). The targets listed here should receive this variation.
class VariationMap
+ # The variation identifier
attr_accessor :variation
+ # A list of target mappings
attr_accessor :targets
+ # A list of target groups (segments)
attr_accessor :target_segments
# Attribute mapping from ruby-style variable name to JSON key.
def self.attribute_map
{