class Google::Apis::AdminDirectoryV1::ChromeOsDevice::DiskVolumeReport
Attributes
volume_info[RW]
Disk volumes Corresponds to the JSON property `volumeInfo` @return [Array<Google::Apis::AdminDirectoryV1::ChromeOsDevice::DiskVolumeReport::VolumeInfo>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/admin_directory_v1/classes.rb, line 1132 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/admin_directory_v1/classes.rb, line 1137 def update!(**args) @volume_info = args[:volume_info] if args.key?(:volume_info) end