Class GoogleChromeManagementVersionsV1ReportingDataExtensionPolicyData
Information of the policies applied on an extension.
Implements
Inherited Members
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> |