google_api_vault v0.5.0 GoogleApi.Vault.V1.Model.CorpusQuery View Source
Corpus specific queries.
Attributes
- driveQuery (HeldDriveQuery): Details pertaining to Drive holds. If set, corpus must be Drive. Defaults to:
null
. - groupsQuery (HeldGroupsQuery): Details pertaining to Groups holds. If set, corpus must be Groups. Defaults to:
null
. - hangoutsChatQuery (HeldHangoutsChatQuery): Details pertaining to Hangouts Chat holds. If set, corpus must be Hangouts Chat. Defaults to:
null
. - mailQuery (HeldMailQuery): Details pertaining to mail holds. If set, corpus must be mail. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.Vault.V1.Model.CorpusQuery{
driveQuery: GoogleApi.Vault.V1.Model.HeldDriveQuery.t(),
groupsQuery: GoogleApi.Vault.V1.Model.HeldGroupsQuery.t(),
hangoutsChatQuery: GoogleApi.Vault.V1.Model.HeldHangoutsChatQuery.t(),
mailQuery: GoogleApi.Vault.V1.Model.HeldMailQuery.t()
}
t() :: %GoogleApi.Vault.V1.Model.CorpusQuery{ driveQuery: GoogleApi.Vault.V1.Model.HeldDriveQuery.t(), groupsQuery: GoogleApi.Vault.V1.Model.HeldGroupsQuery.t(), hangoutsChatQuery: GoogleApi.Vault.V1.Model.HeldHangoutsChatQuery.t(), mailQuery: GoogleApi.Vault.V1.Model.HeldMailQuery.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.