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.



14060
14061
14062
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 14060

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)


14053
14054
14055
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 14053

def kind
  @kind
end

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

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



14058
14059
14060
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 14058

def tv_campaign_summaries
  @tv_campaign_summaries
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



14065
14066
14067
14068
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 14065

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