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.



13193
13194
13195
# File 'lib/google/apis/dfareporting_v5/classes.rb', line 13193

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)


13186
13187
13188
# File 'lib/google/apis/dfareporting_v5/classes.rb', line 13186

def kind
  @kind
end

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

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



13191
13192
13193
# File 'lib/google/apis/dfareporting_v5/classes.rb', line 13191

def tv_campaign_summaries
  @tv_campaign_summaries
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



13198
13199
13200
13201
# File 'lib/google/apis/dfareporting_v5/classes.rb', line 13198

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