google_api_vault v0.4.0 GoogleApi.Vault.V1.Model.SavedQuery View Source
Definition of the saved query.
Attributes
- createTime (DateTime.t): Output only. The server generated timestamp at which saved query was created. Defaults to:
null
. - displayName (String.t): Name of the saved query. Defaults to:
null
. - matterId (String.t): Output only. The matter id of the associated matter. The server does not look at this field during create and always uses matter id in the URL. Defaults to:
null
. - query (Query): The underlying Query object which contains all the information of the saved query. Defaults to:
null
. - savedQueryId (String.t): A unique identifier for the saved query. 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.SavedQuery{
createTime: DateTime.t(),
displayName: any(),
matterId: any(),
query: GoogleApi.Vault.V1.Model.Query.t(),
savedQueryId: any()
}
t() :: %GoogleApi.Vault.V1.Model.SavedQuery{ createTime: DateTime.t(), displayName: any(), matterId: any(), query: GoogleApi.Vault.V1.Model.Query.t(), savedQueryId: any() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.