GoogleApi.Vault.V1.Model.CountArtifactsResponse (google_api_vault v0.18.0) View Source

Definition of the response for method CountArtifacts.

Attributes

  • groupsCountResult (type: GoogleApi.Vault.V1.Model.GroupsCountResult.t, default: nil) - Count metrics of Groups.
  • mailCountResult (type: GoogleApi.Vault.V1.Model.MailCountResult.t, default: nil) - Count metrics of Mail.
  • totalCount (type: String.t, default: nil) - Total count of artifacts. For mail and groups, artifacts refers to messages.

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.CountArtifactsResponse{
  groupsCountResult: GoogleApi.Vault.V1.Model.GroupsCountResult.t(),
  mailCountResult: GoogleApi.Vault.V1.Model.MailCountResult.t(),
  totalCount: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.