lib/ff/ruby/server/generated/lib/openapi_client/models/target.rb in ff-ruby-server-sdk-1.2.1 vs lib/ff/ruby/server/generated/lib/openapi_client/models/target.rb in ff-ruby-server-sdk-1.3.1
- old
+ new
@@ -12,28 +12,39 @@
require 'date'
require 'time'
module OpenapiClient
+ # A Target object
class Target
+ # The unique identifier for this target
attr_accessor :identifier
+ # The account ID that the target belongs to
attr_accessor :account
+ # The identifier for the organization that the target belongs to
attr_accessor :org
+ # The identifier for the environment that the target belongs to
attr_accessor :environment
+ # The identifier for the project that this target belongs to
attr_accessor :project
+ # The name of this Target
attr_accessor :name
+ # Indicates if this target is anonymous
attr_accessor :anonymous
+ # a JSON representation of the attributes for this target
attr_accessor :attributes
+ # The date and time in milliseconds when this Target was created
attr_accessor :created_at
+ # A list of Target Groups (Segments) that this Target belongs to
attr_accessor :segments
# Attribute mapping from ruby-style variable name to JSON key.
def self.attribute_map
{