Class CustomersResource.EnterpriseResource.SecurityInsightsResource.CheckEnablementStatusRequest
Gets the setting state of the insights feature for the customer.
Inheritance
CustomersResource.EnterpriseResource.SecurityInsightsResource.CheckEnablementStatusRequest
Implements
Inherited Members
Namespace: Google.Apis.ChromeManagement.v1
Assembly: Google.Apis.ChromeManagement.v1.dll
Syntax
public class CustomersResource.EnterpriseResource.SecurityInsightsResource.CheckEnablementStatusRequest : ChromeManagementBaseServiceRequest<GoogleChromeManagementVersionsV1CheckEnablementStatusResponse>, IClientServiceRequest<GoogleChromeManagementVersionsV1CheckEnablementStatusResponse>, IClientServiceRequest
Constructors
CheckEnablementStatusRequest(IClientService, string)
Constructs a new CheckEnablementStatus request.
Declaration
public CheckEnablementStatusRequest(IClientService service, string customer)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| string | customer |
Properties
Customer
Required. The customer to check the enablement status for. Format: customers/{customer_id}
Declaration
[RequestParameter("customer", RequestParameterType.Path)]
public virtual string Customer { get; }
Property Value
| Type | Description |
|---|---|
| string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Methods
InitParameters()
Initializes CheckEnablementStatus parameter list.
Declaration
protected override void InitParameters()