Class ChromeOsDevice.DiskVolumeReportsData.VolumeInfoData
Disk volumes
Inherited Members
Namespace: Google.Apis.Admin.Directory.directory_v1.Data
Assembly: Google.Apis.Admin.Directory.directory_v1.dll
Syntax
public class ChromeOsDevice.DiskVolumeReportsData.VolumeInfoData
Properties
StorageFree
Free disk space [in bytes]
Declaration
[JsonProperty("storageFree")]
public virtual long? StorageFree { get; set; }
Property Value
Type | Description |
---|---|
long? |
StorageTotal
Total disk space [in bytes]
Declaration
[JsonProperty("storageTotal")]
public virtual long? StorageTotal { get; set; }
Property Value
Type | Description |
---|---|
long? |
VolumeId
Volume id
Declaration
[JsonProperty("volumeId")]
public virtual string VolumeId { get; set; }
Property Value
Type | Description |
---|---|
string |