GoogleApi.Vault.V1.Model.CountArtifactsRequest (google_api_vault v0.25.0)
View SourceCount 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Vault.V1.Model.CountArtifactsRequest{ query: GoogleApi.Vault.V1.Model.Query.t() | nil, view: String.t() | nil }