Class: Google::Apis::DatamanagerV1::RetrieveInsightsResponse
- Inherits:
-
Object
- Object
- Google::Apis::DatamanagerV1::RetrieveInsightsResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/datamanager_v1/classes.rb,
lib/google/apis/datamanager_v1/representations.rb,
lib/google/apis/datamanager_v1/representations.rb
Overview
Response message for DM API MarketingDataInsightsService.RetrieveInsights
Instance Attribute Summary collapse
-
#marketing_data_insights ⇒ Array<Google::Apis::DatamanagerV1::MarketingDataInsight>
Contains the insights for the marketing data.
Instance Method Summary collapse
-
#initialize(**args) ⇒ RetrieveInsightsResponse
constructor
A new instance of RetrieveInsightsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ RetrieveInsightsResponse
Returns a new instance of RetrieveInsightsResponse.
2304 2305 2306 |
# File 'lib/google/apis/datamanager_v1/classes.rb', line 2304 def initialize(**args) update!(**args) end |
Instance Attribute Details
#marketing_data_insights ⇒ Array<Google::Apis::DatamanagerV1::MarketingDataInsight>
Contains the insights for the marketing data.
Corresponds to the JSON property marketingDataInsights
2302 2303 2304 |
# File 'lib/google/apis/datamanager_v1/classes.rb', line 2302 def marketing_data_insights @marketing_data_insights end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2309 2310 2311 |
# File 'lib/google/apis/datamanager_v1/classes.rb', line 2309 def update!(**args) @marketing_data_insights = args[:marketing_data_insights] if args.key?(:marketing_data_insights) end |