Class: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1CheckEnablementStatusResponse
- Inherits:
-
Object
- Object
- Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1CheckEnablementStatusResponse
- 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 checking the enablement status of insights for the customer.
Instance Attribute Summary collapse
-
#insights_state ⇒ String
The state of the insights feature.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleChromeManagementVersionsV1CheckEnablementStatusResponse
constructor
A new instance of GoogleChromeManagementVersionsV1CheckEnablementStatusResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleChromeManagementVersionsV1CheckEnablementStatusResponse
Returns a new instance of GoogleChromeManagementVersionsV1CheckEnablementStatusResponse.
4625 4626 4627 |
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 4625 def initialize(**args) update!(**args) end |
Instance Attribute Details
#insights_state ⇒ String
The state of the insights feature.
Corresponds to the JSON property insightsState
4623 4624 4625 |
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 4623 def insights_state @insights_state end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4630 4631 4632 |
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 4630 def update!(**args) @insights_state = args[:insights_state] if args.key?(:insights_state) end |