class Google::Apis::DfareportingV2_1::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 [String]

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 generated/google/apis/dfareporting_v2_1/classes.rb, line 1583
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 1588
def update!(**args)
  @creative_id = args[:creative_id] unless args[:creative_id].nil?
  @kind = args[:kind] unless args[:kind].nil?
end