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.



4791
4792
4793
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 4791

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)


4784
4785
4786
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 4784

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)


4789
4790
4791
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 4789

def creative_group_number
  @creative_group_number
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4796
4797
4798
4799
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 4796

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