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.
5493 5494 5495 |
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 5493 def initialize(**args) update!(**args) end |
Instance Attribute Details
#insights_state ⇒ String
The state of the insights feature.
Corresponds to the JSON property insightsState
5491 5492 5493 |
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 5491 def insights_state @insights_state end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5498 5499 5500 |
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 5498 def update!(**args) @insights_state = args[:insights_state] if args.key?(:insights_state) end |