GoogleApi.Games.V1.Model.ResolveSnapshotHeadRequest (google_api_games v0.22.0) View Source

Request for ResolveSnapshotHead RPC.

Attributes

  • maxConflictsPerSnapshot (type: integer(), default: nil) - The maximum number of SnapshotRevision resources for conflictingRevisions to return per SnapshotExtended resource in the response. For any response, the actual number of resources returned may be less than specified by maxConflictsPerSnapshot. The value provided should be greater or equal to 0. If no value is provided, the server will use a sensible default.
  • resolutionPolicy (type: String.t, default: nil) - Required. The automatic resolution policy. All conflicts are resolved in chronological order, starting from the/ least recent. If the comparison metric is equal for the tentative head and the conflict, the head wins.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Games.V1.Model.ResolveSnapshotHeadRequest{
  maxConflictsPerSnapshot: integer() | nil,
  resolutionPolicy: String.t() | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.