Class: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1GraphicsInfo

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

Information of the graphics subsystem.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleChromeManagementV1GraphicsInfo

Returns a new instance of GoogleChromeManagementV1GraphicsInfo.



1088
1089
1090
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 1088

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#adapter_infoGoogle::Apis::ChromemanagementV1::GoogleChromeManagementV1GraphicsAdapterInfo

Information of a graphics adapter (GPU). Corresponds to the JSON property adapterInfo



1086
1087
1088
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 1086

def adapter_info
  @adapter_info
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1093
1094
1095
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 1093

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