class Google::Apis::DfareportingV3_4::CampaignCreativeAssociation
Identifies a creative which has been associated with a given campaign.
Attributes
creative_id[RW]
ID of the creative associated with the campaign. This is a required field. Corresponds to the JSON property `creativeId` @return [Fixnum]
kind[RW]
Identifies what kind of resource this is. Value: the fixed string “ dfareporting#campaignCreativeAssociation”. Corresponds to the JSON property `kind` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/dfareporting_v3_4/classes.rb, line 1620 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_4/classes.rb, line 1625 def update!(**args) @creative_id = args[:creative_id] if args.key?(:creative_id) @kind = args[:kind] if args.key?(:kind) end