Class: Google::Apis::DfareportingV4::RemarketingValueAttribute

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/dfareporting_v4/classes.rb,
lib/google/apis/dfareporting_v4/representations.rb,
lib/google/apis/dfareporting_v4/representations.rb

Overview

Contains remarketing value attribute information.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ RemarketingValueAttribute

Returns a new instance of RemarketingValueAttribute.



11584
11585
11586
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 11584

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#field_idFixnum

Optional. Field ID in the element. Corresponds to the JSON property fieldId

Returns:

  • (Fixnum)


11577
11578
11579
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 11577

def field_id
  @field_id
end

#user_attribute_idsArray<Fixnum>

Optional. Remarketing user attribute IDs for auto filtering. Corresponds to the JSON property userAttributeIds

Returns:

  • (Array<Fixnum>)


11582
11583
11584
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 11582

def user_attribute_ids
  @user_attribute_ids
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



11589
11590
11591
11592
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 11589

def update!(**args)
  @field_id = args[:field_id] if args.key?(:field_id)
  @user_attribute_ids = args[:user_attribute_ids] if args.key?(:user_attribute_ids)
end