google_api_vault v0.11.0 GoogleApi.Vault.V1.Model.SavedQuery View Source
Definition of the saved query.
Attributes
createTime
(type:DateTime.t
, default:nil
) - Output only. The server generated timestamp at which saved query was created.displayName
(type:String.t
, default:nil
) - Name of the saved query.matterId
(type:String.t
, default:nil
) - 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.query
(type:GoogleApi.Vault.V1.Model.Query.t
, default:nil
) - The underlying Query object which contains all the information of the saved query.savedQueryId
(type:String.t
, default:nil
) - A unique identifier for the saved query.
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 Sourcet() :: %GoogleApi.Vault.V1.Model.SavedQuery{ createTime: DateTime.t(), displayName: String.t(), matterId: String.t(), query: GoogleApi.Vault.V1.Model.Query.t(), savedQueryId: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.