pub struct GoogleCloudApigeeV1QueryMetadata {
pub dimensions: Option<Vec<String>>,
pub end_timestamp: Option<String>,
pub metrics: Option<Vec<String>>,
pub output_format: Option<String>,
pub start_timestamp: Option<String>,
pub time_unit: Option<String>,
}Expand description
There is no detailed description.
This type is not used in any activity, and only used as part of another schema.
Fields§
§dimensions: Option<Vec<String>>Dimensions of the AsyncQuery.
end_timestamp: Option<String>End timestamp of the query range.
metrics: Option<Vec<String>>Metrics of the AsyncQuery. Example: [“name:message_count,func:sum,alias:sum_message_count”]
output_format: Option<String>Output format.
start_timestamp: Option<String>Start timestamp of the query range.
time_unit: Option<String>Query GroupBy time unit.
Trait Implementations§
Source§impl Clone for GoogleCloudApigeeV1QueryMetadata
impl Clone for GoogleCloudApigeeV1QueryMetadata
Source§fn clone(&self) -> GoogleCloudApigeeV1QueryMetadata
fn clone(&self) -> GoogleCloudApigeeV1QueryMetadata
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 GoogleCloudApigeeV1QueryMetadata
impl Default for GoogleCloudApigeeV1QueryMetadata
Source§fn default() -> GoogleCloudApigeeV1QueryMetadata
fn default() -> GoogleCloudApigeeV1QueryMetadata
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoogleCloudApigeeV1QueryMetadata
impl<'de> Deserialize<'de> for GoogleCloudApigeeV1QueryMetadata
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 GoogleCloudApigeeV1QueryMetadata
Auto Trait Implementations§
impl Freeze for GoogleCloudApigeeV1QueryMetadata
impl RefUnwindSafe for GoogleCloudApigeeV1QueryMetadata
impl Send for GoogleCloudApigeeV1QueryMetadata
impl Sync for GoogleCloudApigeeV1QueryMetadata
impl Unpin for GoogleCloudApigeeV1QueryMetadata
impl UnwindSafe for GoogleCloudApigeeV1QueryMetadata
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