Class: Google::Apis::RecommenderV1beta1::GoogleCloudRecommenderV1beta1InsightType

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/recommender_v1beta1/classes.rb,
lib/google/apis/recommender_v1beta1/representations.rb,
lib/google/apis/recommender_v1beta1/representations.rb

Overview

The type of insight.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudRecommenderV1beta1InsightType

Returns a new instance of GoogleCloudRecommenderV1beta1InsightType.



329
330
331
# File 'lib/google/apis/recommender_v1beta1/classes.rb', line 329

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

Instance Attribute Details

#nameString

The insight_type's name in format insightTypes/insight_type eg: insightTypes/ google.iam.policy.Insight Corresponds to the JSON property name

Returns:

  • (String)


327
328
329
# File 'lib/google/apis/recommender_v1beta1/classes.rb', line 327

def name
  @name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



334
335
336
# File 'lib/google/apis/recommender_v1beta1/classes.rb', line 334

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