pub struct GoogleCloudRetailV2ExportAnalyticsMetricsRequest {
pub filter: Option<String>,
pub output_config: Option<GoogleCloudRetailV2OutputConfig>,
}Expand description
Request message for the ExportAnalyticsMetrics method.
§Activities
This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).
Fields§
§filter: Option<String>A filtering expression to specify restrictions on returned metrics. The expression is a sequence of terms. Each term applies a restriction to the returned metrics. Use this expression to restrict results to a specific time range. Currently we expect only one types of fields: * timestamp: This can be specified twice, once with a less than operator and once with a greater than operator. The timestamp restriction should result in one, contiguous, valid, timestamp range. Some examples of valid filters expressions: * Example 1: timestamp > "2012-04-23T18:25:43.511Z" timestamp < "2012-04-23T18:30:43.511Z" * Example 2: timestamp > "2012-04-23T18:25:43.511Z"
output_config: Option<GoogleCloudRetailV2OutputConfig>Required. The output location of the data.
Trait Implementations§
Source§impl Clone for GoogleCloudRetailV2ExportAnalyticsMetricsRequest
impl Clone for GoogleCloudRetailV2ExportAnalyticsMetricsRequest
Source§fn clone(&self) -> GoogleCloudRetailV2ExportAnalyticsMetricsRequest
fn clone(&self) -> GoogleCloudRetailV2ExportAnalyticsMetricsRequest
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more