Class: Google::Apis::DfareportingV5::TvCampaignSummariesListResponse
- Inherits:
-
Object
- Object
- Google::Apis::DfareportingV5::TvCampaignSummariesListResponse
- 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
-
#kind ⇒ String
Identifies what kind of resource this is.
-
#tv_campaign_summaries ⇒ Array<Google::Apis::DfareportingV5::TvCampaignSummary>
List of TV campaign summaries.
Instance Method Summary collapse
-
#initialize(**args) ⇒ TvCampaignSummariesListResponse
constructor
A new instance of TvCampaignSummariesListResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
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
#kind ⇒ String
Identifies what kind of resource this is. Value: the fixed string "
dfareporting#tvCampaignSummariesListResponse".
Corresponds to the JSON property kind
13186 13187 13188 |
# File 'lib/google/apis/dfareporting_v5/classes.rb', line 13186 def kind @kind end |
#tv_campaign_summaries ⇒ Array<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 |