Show / Hide Table of Contents

Class GoogleChromeManagementVersionsV1ReportingDataExtensionPolicyData

Information of the policies applied on an extension.

Inheritance
object
GoogleChromeManagementVersionsV1ReportingDataExtensionPolicyData
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 GoogleChromeManagementVersionsV1ReportingDataExtensionPolicyData : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ExtensionId

Output only. ID of the extension.

Declaration
[JsonProperty("extensionId")]
public virtual string ExtensionId { get; set; }
Property Value
Type Description
string

ExtensionName

Output only. Name of the extension.

Declaration
[JsonProperty("extensionName")]
public virtual string ExtensionName { get; set; }
Property Value
Type Description
string

PolicyData

Output only. Information of the policies applied on the extension.

Declaration
[JsonProperty("policyData")]
public virtual IList<GoogleChromeManagementVersionsV1ReportingDataPolicyData> PolicyData { get; set; }
Property Value
Type Description
IList<GoogleChromeManagementVersionsV1ReportingDataPolicyData>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX