View Source GoogleApi.Vault.V1.Model.CountArtifactsRequest (google_api_vault v0.23.0)

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.

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
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.