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

Long running operation metadata for CountArtifacts.

Attributes

  • endTime (type: DateTime.t, default: nil) - End time of count operation. Available when operation is done.
  • matterId (type: String.t, default: nil) - The matter ID of the associated matter.
  • query (type: GoogleApi.Vault.V1.Model.Query.t, default: nil) - The search query from the request.
  • startTime (type: DateTime.t, default: nil) - Creation time of count operation.

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.CountArtifactsMetadata{
  endTime: DateTime.t(),
  matterId: String.t(),
  query: GoogleApi.Vault.V1.Model.Query.t(),
  startTime: DateTime.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.