Class ChromeOsDevice.DiskVolumeReportsData.VolumeInfoData
- Assembly
- Google.Apis.Admin.Directory.directory_v1.dll
Disk volumes
public class ChromeOsDevice.DiskVolumeReportsData.VolumeInfoData
- Inheritance
-
ChromeOsDevice.DiskVolumeReportsData.VolumeInfoData
- Inherited Members
Constructors
VolumeInfoData()
public VolumeInfoData()
Properties
StorageFree
Free disk space [in bytes]
public virtual long? StorageFree { get; set; }
Property Value
- long?
StorageTotal
Total disk space [in bytes]
public virtual long? StorageTotal { get; set; }
Property Value
- long?
VolumeId
Volume id
public virtual string VolumeId { get; set; }