Class: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1CheckEnablementStatusResponse

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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_stateString

The state of the insights feature. Corresponds to the JSON property insightsState

Returns:

  • (String)


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