Class GoogleChromeManagementV1DeviceRequestingExtensionDetails
Details of a device requesting an extension, including the name of the device and the justification of the request.
Implements
Inherited Members
Namespace: Google.Apis.ChromeManagement.v1.Data
Assembly: Google.Apis.ChromeManagement.v1.dll
Syntax
public class GoogleChromeManagementV1DeviceRequestingExtensionDetails : IDirectResponseSchema
Properties
DeviceName
The name of a device that has requested the extension.
Declaration
[JsonProperty("deviceName")]
public virtual string DeviceName { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Justification
Request justification as entered by the user.
Declaration
[JsonProperty("justification")]
public virtual string Justification { get; set; }
Property Value
Type | Description |
---|---|
string |