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

View Source

Definition of the response for method CountArtifacts.

Attributes

  • groupsCountResult (type: GoogleApi.Vault.V1.Model.GroupsCountResult.t, default: nil) - Count metrics for Groups.
  • mailCountResult (type: GoogleApi.Vault.V1.Model.MailCountResult.t, default: nil) - Count metrics for Gmail and classic Hangouts.
  • totalCount (type: String.t, default: nil) - Total count of messages.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Vault.V1.Model.CountArtifactsResponse{
  groupsCountResult: GoogleApi.Vault.V1.Model.GroupsCountResult.t() | nil,
  mailCountResult: GoogleApi.Vault.V1.Model.MailCountResult.t() | nil,
  totalCount: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.