class Google::Apis::DfareportingV3_5::CreativeGroupAssignment
Creative
Group Assignment.
Attributes
creative_group_id[RW]
ID of the creative group to be assigned. Corresponds to the JSON property `creativeGroupId` @return [Fixnum]
creative_group_number[RW]
Creative
group number of the creative group assignment. Corresponds to the JSON property `creativeGroupNumber` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/dfareporting_v3_5/classes.rb, line 4375 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/dfareporting_v3_5/classes.rb, line 4380 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