Class: Google::Apis::DfareportingV4::CreativeGroupAssignment

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

Creative Group Assignment.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ CreativeGroupAssignment

Returns a new instance of CreativeGroupAssignment.



4721
4722
4723
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 4721

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

Instance Attribute Details

#creative_group_idFixnum

ID of the creative group to be assigned. Corresponds to the JSON property creativeGroupId

Returns:

  • (Fixnum)


4714
4715
4716
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 4714

def creative_group_id
  @creative_group_id
end

#creative_group_numberString

Creative group number of the creative group assignment. Corresponds to the JSON property creativeGroupNumber

Returns:

  • (String)


4719
4720
4721
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 4719

def creative_group_number
  @creative_group_number
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4726
4727
4728
4729
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 4726

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