Show / Hide Table of Contents

Class ChromeOsDevice.DiskVolumeReportsData

Inheritance
System.Object
ChromeOsDevice.DiskVolumeReportsData
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Admin.Directory.directory_v1.Data
Assembly: Google.Apis.Admin.Directory.directory_v1.dll
Syntax
public class DiskVolumeReportsData

Properties

VolumeInfo

Disk volumes

Declaration
[JsonProperty("volumeInfo")]
public virtual IList<ChromeOsDevice.DiskVolumeReportsData.VolumeInfoData> VolumeInfo { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<ChromeOsDevice.DiskVolumeReportsData.VolumeInfoData>
Back to top