pub struct GoogleCloudApigeeV1SecurityReportQueryMetric {
pub aggregation_function: Option<String>,
pub alias: Option<String>,
pub name: Option<String>,
pub operator: Option<String>,
pub value: Option<String>,
}Expand description
Metric of the Query
This type is not used in any activity, and only used as part of another schema.
Fields§
§aggregation_function: Option<String>Aggregation function: avg, min, max, or sum.
alias: Option<String>Alias for the metric. Alias will be used to replace metric name in query results.
name: Option<String>Required. Metric name.
operator: Option<String>One of +, -, /, %, *.
value: Option<String>Operand value should be provided when operator is set.
Trait Implementations§
Source§impl Clone for GoogleCloudApigeeV1SecurityReportQueryMetric
impl Clone for GoogleCloudApigeeV1SecurityReportQueryMetric
Source§fn clone(&self) -> GoogleCloudApigeeV1SecurityReportQueryMetric
fn clone(&self) -> GoogleCloudApigeeV1SecurityReportQueryMetric
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for GoogleCloudApigeeV1SecurityReportQueryMetric
impl Default for GoogleCloudApigeeV1SecurityReportQueryMetric
Source§fn default() -> GoogleCloudApigeeV1SecurityReportQueryMetric
fn default() -> GoogleCloudApigeeV1SecurityReportQueryMetric
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoogleCloudApigeeV1SecurityReportQueryMetric
impl<'de> Deserialize<'de> for GoogleCloudApigeeV1SecurityReportQueryMetric
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Part for GoogleCloudApigeeV1SecurityReportQueryMetric
Auto Trait Implementations§
impl Freeze for GoogleCloudApigeeV1SecurityReportQueryMetric
impl RefUnwindSafe for GoogleCloudApigeeV1SecurityReportQueryMetric
impl Send for GoogleCloudApigeeV1SecurityReportQueryMetric
impl Sync for GoogleCloudApigeeV1SecurityReportQueryMetric
impl Unpin for GoogleCloudApigeeV1SecurityReportQueryMetric
impl UnwindSafe for GoogleCloudApigeeV1SecurityReportQueryMetric
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more