View Source GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefAnnotatorCheckpointFprint (google_api_content_warehouse v0.4.0)

Holds annotator checkpoints which record the state of the annotations. This is useful for tracking down the source of diffs, in particular for non-determinism.

Attributes

  • fingerprint (type: String.t, default: nil) -
  • label (type: String.t, default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefAnnotatorCheckpointFprint{
    fingerprint: String.t() | nil,
    label: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.