class Google::Apis::YoutubePartnerV1::CampaignSource

Attributes

source_type[RW]

The type of the campaign source. Corresponds to the JSON property `sourceType` @return [String]

source_value[RW]

A list of values of the campaign source. Corresponds to the JSON property `sourceValue` @return [Array<String>]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/youtube_partner_v1/classes.rb, line 687
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/youtube_partner_v1/classes.rb, line 692
def update!(**args)
  @source_type = args[:source_type] if args.key?(:source_type)
  @source_value = args[:source_value] if args.key?(:source_value)
end