class Google::Apis::DfareportingV2_3::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_3/classes.rb, line 3677
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_3/classes.rb, line 3682
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