Class: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1StorageStatusReport

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

Status data for storage.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleChromeManagementV1StorageStatusReport

Returns a new instance of GoogleChromeManagementV1StorageStatusReport.



1466
1467
1468
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 1466

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

Instance Attribute Details

#diskArray<Google::Apis::ChromemanagementV1::GoogleChromeManagementV1DiskInfo>

Output only. Reports on disk. Corresponds to the JSON property disk



1459
1460
1461
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 1459

def disk
  @disk
end

#report_timeString

Output only. Timestamp of when the sample was collected on device Corresponds to the JSON property reportTime

Returns:

  • (String)


1464
1465
1466
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 1464

def report_time
  @report_time
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1471
1472
1473
1474
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 1471

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