Class CustomersResource.EnterpriseResource.SecurityInsightsResource.QueryContentTransfersRequest
Returns a high-level summary of content transfers for a given customer.
Inheritance
Implements
Inherited Members
Namespace: Google.Apis.ChromeManagement.v1
Assembly: Google.Apis.ChromeManagement.v1.dll
Syntax
public class CustomersResource.EnterpriseResource.SecurityInsightsResource.QueryContentTransfersRequest : ChromeManagementBaseServiceRequest<GoogleChromeManagementVersionsV1QueryContentTransfersResponse>, IClientServiceRequest<GoogleChromeManagementVersionsV1QueryContentTransfersResponse>, IClientServiceRequest
Constructors
QueryContentTransfersRequest(IClientService, string)
Constructs a new QueryContentTransfers request.
Declaration
public QueryContentTransfersRequest(IClientService service, string customer)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| string | customer |
Properties
Customer
Required. The customer ID in the format "customers/{customer_id}".
Declaration
[RequestParameter("customer", RequestParameterType.Path)]
public virtual string Customer { get; }
Property Value
| Type | Description |
|---|---|
| string |
Filter
Optional. The filter to apply to the request. For syntax, see AIP-160. Data is not available for
events older than 180 days, and may be unavailable or inaccurate for time ranges less than 4
hours. If event_time is not specified, results will be returned for the last 30 days.
Supported fields for filtering: - event_time Supported operators: - >= and
<= for event_time Supported conjunctions: - AND Example: event_time >= "2024-01-01T00:00:00Z" AND event_time <= "2024-01-02T00:00:00Z"
Declaration
[RequestParameter("filter", RequestParameterType.Query)]
public virtual string Filter { get; set; }
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 QueryContentTransfers parameter list.
Declaration
protected override void InitParameters()