Class: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1EnableInsightsResponse

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 enabling insights for the customer.

Instance Attribute Summary collapse

Instance Method Summary collapse

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_stateString

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

Returns:

  • (String)


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