GoogleApi.Vault.V1.Model.CountArtifactsRequest (google_api_vault v0.19.4) View Source
Count artifacts request.
Attributes
-
query
(type:GoogleApi.Vault.V1.Model.Query.t
, default:nil
) - The search query. -
view
(type:String.t
, default:nil
) - Sets the granularity of the count results.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Vault.V1.Model.CountArtifactsRequest{ query: GoogleApi.Vault.V1.Model.Query.t() | nil, view: String.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.