class Google::Apis::DfareportingV3_5::CreativeFieldAssignment

Creative Field Assignment.

Attributes

creative_field_id[RW]

ID of the creative field. Corresponds to the JSON property `creativeFieldId` @return [Fixnum]

creative_field_value_id[RW]

ID of the creative field value. Corresponds to the JSON property `creativeFieldValueId` @return [Fixnum]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/dfareporting_v3_5/classes.rb, line 4185
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 4190
def update!(**args)
  @creative_field_id = args[:creative_field_id] if args.key?(:creative_field_id)
  @creative_field_value_id = args[:creative_field_value_id] if args.key?(:creative_field_value_id)
end