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.



4662
4663
4664
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 4662

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)


4660
4661
4662
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 4660

def insights_state
  @insights_state
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4667
4668
4669
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 4667

def update!(**args)
  @insights_state = args[:insights_state] if args.key?(:insights_state)
end