Class: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1GraphicsInfo
- Inherits:
-
Object
- Object
- Google::Apis::ChromemanagementV1::GoogleChromeManagementV1GraphicsInfo
- 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
-
#adapter_info ⇒ Google::Apis::ChromemanagementV1::GoogleChromeManagementV1GraphicsAdapterInfo
Information of a graphics adapter (GPU).
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleChromeManagementV1GraphicsInfo
constructor
A new instance of GoogleChromeManagementV1GraphicsInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
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_info ⇒ Google::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 |