Class: Google::Apis::DfareportingV5::TvCampaignSummariesListResponse

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

Response message for TvCampaignSummariesService.List.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ TvCampaignSummariesListResponse

Returns a new instance of TvCampaignSummariesListResponse.



13369
13370
13371
# File 'lib/google/apis/dfareporting_v5/classes.rb', line 13369

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)


13362
13363
13364
# File 'lib/google/apis/dfareporting_v5/classes.rb', line 13362

def kind
  @kind
end

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

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



13367
13368
13369
# File 'lib/google/apis/dfareporting_v5/classes.rb', line 13367

def tv_campaign_summaries
  @tv_campaign_summaries
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



13374
13375
13376
13377
# File 'lib/google/apis/dfareporting_v5/classes.rb', line 13374

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