Class: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1GraphicsStatusReport

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) ⇒ GoogleChromeManagementV1GraphicsStatusReport

Returns a new instance of GoogleChromeManagementV1GraphicsStatusReport.



1111
1112
1113
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 1111

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

Instance Attribute Details

#displaysArray<Google::Apis::ChromemanagementV1::GoogleChromeManagementV1DisplayInfo>

Output only. Information about the displays for the device. Corresponds to the JSON property displays



1104
1105
1106
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 1104

def displays
  @displays
end

#report_timeString

Output only. Time at which the graphics data was reported. Corresponds to the JSON property reportTime

Returns:

  • (String)


1109
1110
1111
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 1109

def report_time
  @report_time
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1116
1117
1118
1119
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 1116

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