Class MediaUnmountEvent
Removable media was unmounted.
Implements
Inherited Members
Namespace: Google.Apis.AndroidManagement.v1.Data
Assembly: Google.Apis.AndroidManagement.v1.dll
Syntax
public class MediaUnmountEvent : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MountPoint
Mount point.
Declaration
[JsonProperty("mountPoint")]
public virtual string MountPoint { get; set; }
Property Value
Type | Description |
---|---|
string |
VolumeLabel
Volume label. Redacted to empty string on organization-owned managed profile devices.
Declaration
[JsonProperty("volumeLabel")]
public virtual string VolumeLabel { get; set; }
Property Value
Type | Description |
---|---|
string |