Class: Google::Apis::DfareportingV4::TvCampaignSummariesListResponse

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

Overview

Response message for TvCampaignSummariesService.List.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ TvCampaignSummariesListResponse

Returns a new instance of TvCampaignSummariesListResponse.



12639
12640
12641
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 12639

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

Instance Attribute Details

#kindString

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

Returns:

  • (String)


12632
12633
12634
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 12632

def kind
  @kind
end

#tv_campaign_summariesArray<Google::Apis::DfareportingV4::TvCampaignSummary>

List of TV campaign summaries. Corresponds to the JSON property tvCampaignSummaries



12637
12638
12639
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 12637

def tv_campaign_summaries
  @tv_campaign_summaries
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



12644
12645
12646
12647
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 12644

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