Class: Google::Apis::RecommenderV1beta1::GoogleCloudRecommenderV1beta1InsightType
- Inherits:
-
Object
- Object
- Google::Apis::RecommenderV1beta1::GoogleCloudRecommenderV1beta1InsightType
- 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
-
#name ⇒ String
The insight_type's name in format insightTypes/
insight_type
eg: insightTypes/ google.iam.policy.Insight Corresponds to the JSON propertyname
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudRecommenderV1beta1InsightType
constructor
A new instance of GoogleCloudRecommenderV1beta1InsightType.
-
#update!(**args) ⇒ Object
Update properties of this object.
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
#name ⇒ String
The insight_type's name in format insightTypes/insight_type
eg: insightTypes/
google.iam.policy.Insight
Corresponds to the JSON property name
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 |