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

Stats of an export.

Attributes

  • exportedArtifactCount (String.t): The number of documents already processed by the export. Defaults to: null.
  • sizeInBytes (String.t): The size of export in bytes. Defaults to: null.
  • totalArtifactCount (String.t): The number of documents to be exported. Defaults to: null.

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: any(),
  sizeInBytes: any(),
  totalArtifactCount: any()
}

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.