[−][src]Struct google_vault1::Query
A query definition relevant for search & export.
This type is not used in any activity, and only used as part of another schema.
Fields
terms: Option<String>The corpus-specific search operators used to generate search results.
search_method: Option<String>The search method to use.
start_time: Option<String>The start time range for the search query. These timestamps are in GMT and rounded down to the start of the given date.
drive_options: Option<DriveOptions>For Drive search, specify more options in this field.
When 'SHARED_DRIVE' is chosen as search method, shared_drive_info needs to be specified.
team_drive_info: Option<TeamDriveInfo>When 'TEAM_DRIVE' is chosen as search method, team_drive_info needs to be specified.
mail_options: Option<MailOptions>For mail search, specify more options in this field.
hangouts_chat_info: Option<HangoutsChatInfo>When 'ROOM' is chosen as search method, hangout_chats_info needs to be specified. (read-only)
data_scope: Option<String>The data source to search from.
account_info: Option<AccountInfo>When 'ACCOUNT' is chosen as search method, account_info needs to be specified.
org_unit_info: Option<OrgUnitInfo>When 'ORG_UNIT' is chosen as as search method, org_unit_info needs to be specified.
time_zone: Option<String>The time zone name. It should be an IANA TZ name, such as "America/Los_Angeles". For more information, see Time Zone.
corpus: Option<String>The corpus to search.
end_time: Option<String>The end time range for the search query. These timestamps are in GMT and rounded down to the start of the given date.
method: Option<String>The search method to use. This field is similar to the search_method field but is introduced to support shared drives. It supports all search method types. In case the search_method is TEAM_DRIVE the response of this field will be SHARED_DRIVE only.
hangouts_chat_options: Option<HangoutsChatOptions>For hangouts chat search, specify more options in this field. (read-only)
Trait Implementations
impl Clone for Query[src]
impl Debug for Query[src]
impl Default for Query[src]
impl<'de> Deserialize<'de> for Query[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl Part for Query[src]
impl Serialize for Query[src]
Auto Trait Implementations
impl RefUnwindSafe for Query
impl Send for Query
impl Sync for Query
impl Unpin for Query
impl UnwindSafe for Query
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Typeable for T where
T: Any,
T: Any,