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.



323
324
325
# File 'lib/google/apis/recommender_v1beta1/classes.rb', line 323

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)


321
322
323
# File 'lib/google/apis/recommender_v1beta1/classes.rb', line 321

def name
  @name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



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

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