google_api_vault v0.7.1 GoogleApi.Vault.V1.Model.ExportStats View Source

Stats of an export.

Attributes

  • exportedArtifactCount (type: String.t, default: nil) - The number of documents already processed by the export.
  • sizeInBytes (type: String.t, default: nil) - The size of export in bytes.
  • totalArtifactCount (type: String.t, default: nil) - The number of documents to be exported.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.Vault.V1.Model.ExportStats{
  exportedArtifactCount: String.t(),
  sizeInBytes: String.t(),
  totalArtifactCount: String.t()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.