Class: Google::Apis::DatamanagerV1::RetrieveInsightsResponse

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ RetrieveInsightsResponse

Returns a new instance of RetrieveInsightsResponse.



2085
2086
2087
# File 'lib/google/apis/datamanager_v1/classes.rb', line 2085

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#marketing_data_insightsArray<Google::Apis::DatamanagerV1::MarketingDataInsight>

Contains the insights for the marketing data. Corresponds to the JSON property marketingDataInsights



2083
2084
2085
# File 'lib/google/apis/datamanager_v1/classes.rb', line 2083

def marketing_data_insights
  @marketing_data_insights
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2090
2091
2092
# File 'lib/google/apis/datamanager_v1/classes.rb', line 2090

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