class Google::Apis::DisplayvideoV3::CampaignGoal

Settings that control the goal of a campaign.

def initialize(**args)

def initialize(**args)
   update!(**args)
end

def update!(**args)

Update properties of this object
def update!(**args)
  @campaign_goal_type = args[:campaign_goal_type] if args.key?(:campaign_goal_type)
  @performance_goal = args[:performance_goal] if args.key?(:performance_goal)
end