Enum CustomersResource.EnterpriseResource.SecurityInsightsResource.QueryContentTransfersBreakdownsRequest.FixedTimeRangeEnum
Optional. The fixed time range to return the breakdowns for. Defaults to FIXED_TIME_RANGE_FOUR_WEEKS. Fixed time ranges are used to allow for precomputation and optimize response times.
Namespace: Google.Apis.ChromeManagement.v1
Assembly: Google.Apis.ChromeManagement.v1.dll
Syntax
public enum CustomersResource.EnterpriseResource.SecurityInsightsResource.QueryContentTransfersBreakdownsRequest.FixedTimeRangeEnum
Fields
| Name | Description |
|---|---|
| FIXEDTIMERANGEFOURHOURS | Four hours. |
| FIXEDTIMERANGEFOURWEEKS | Four weeks. |
| FIXEDTIMERANGEONEDAY | One day. |
| FIXEDTIMERANGEONEWEEK | One week. |
| FIXEDTIMERANGEUNSPECIFIED | Unspecified fixed time range. Defaults to FIXED_TIME_RANGE_FOUR_WEEKS. |