Class: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1EnableInsightsResponse
- Inherits:
-
Object
- Object
- Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1EnableInsightsResponse
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/chromemanagement_v1/classes.rb,
lib/google/apis/chromemanagement_v1/representations.rb,
lib/google/apis/chromemanagement_v1/representations.rb
Overview
Response from enabling insights for the customer.
Instance Attribute Summary collapse
-
#insights_state ⇒ String
The state of the insights feature.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleChromeManagementVersionsV1EnableInsightsResponse
constructor
A new instance of GoogleChromeManagementVersionsV1EnableInsightsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleChromeManagementVersionsV1EnableInsightsResponse
Returns a new instance of GoogleChromeManagementVersionsV1EnableInsightsResponse.
5394 5395 5396 |
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 5394 def initialize(**args) update!(**args) end |
Instance Attribute Details
#insights_state ⇒ String
The state of the insights feature.
Corresponds to the JSON property insightsState
5392 5393 5394 |
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 5392 def insights_state @insights_state end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5399 5400 5401 |
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 5399 def update!(**args) @insights_state = args[:insights_state] if args.key?(:insights_state) end |