Show / Hide Table of Contents

Class GoogleChromeManagementV1DeviceRequestingExtensionDetails

Details of a device requesting an extension, including the name of the device and the justification of the request.

Inheritance
object
GoogleChromeManagementV1DeviceRequestingExtensionDetails
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX