GoogleApi.Vault.V1.Model.CountArtifactsRequest (google_api_vault v0.25.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Vault.V1.Model.CountArtifactsRequest{
  query: GoogleApi.Vault.V1.Model.Query.t() | nil,
  view: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.