class Google::Apis::DfareportingV2_1::CreativeGroupAssignment

Creative Group Assignment.

Attributes

creative_group_id[RW]

ID of the creative group to be assigned. Corresponds to the JSON property `creativeGroupId` @return [String]

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 generated/google/apis/dfareporting_v2_1/classes.rb, line 3634
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/dfareporting_v2_1/classes.rb, line 3639
def update!(**args)
  @creative_group_id = args[:creative_group_id] unless args[:creative_group_id].nil?
  @creative_group_number = args[:creative_group_number] unless args[:creative_group_number].nil?
end