Class: Google::Apis::DfareportingV5::TvCampaignDetail

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/dfareporting_v5/classes.rb,
lib/google/apis/dfareporting_v5/representations.rb,
lib/google/apis/dfareporting_v5/representations.rb

Overview

TvCampaignDetail contains data from a TV campaign for specific start dates and date windows.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ TvCampaignDetail

Returns a new instance of TvCampaignDetail.



13342
13343
13344
# File 'lib/google/apis/dfareporting_v5/classes.rb', line 13342

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

Instance Attribute Details

#idString

ID of this TV campaign. Corresponds to the JSON property id

Returns:

  • (String)


13329
13330
13331
# File 'lib/google/apis/dfareporting_v5/classes.rb', line 13329

def id
  @id
end

#kindString

Identifies what kind of resource this is. Value: the fixed string " dfareporting#tvCampaignSummary". Corresponds to the JSON property kind

Returns:

  • (String)


13335
13336
13337
# File 'lib/google/apis/dfareporting_v5/classes.rb', line 13335

def kind
  @kind
end

#timepointsArray<Google::Apis::DfareportingV5::TvCampaignTimepoint>

The timepoints of the TV campaign. Corresponds to the JSON property timepoints



13340
13341
13342
# File 'lib/google/apis/dfareporting_v5/classes.rb', line 13340

def timepoints
  @timepoints
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



13347
13348
13349
13350
13351
# File 'lib/google/apis/dfareporting_v5/classes.rb', line 13347

def update!(**args)
  @id = args[:id] if args.key?(:id)
  @kind = args[:kind] if args.key?(:kind)
  @timepoints = args[:timepoints] if args.key?(:timepoints)
end