google_api_testing v0.11.0 GoogleApi.Testing.V1.Model.Shard View Source

Output only. Details about the shard.

Attributes

  • numShards (type: integer(), default: nil) - Output only. The total number of shards.
  • shardIndex (type: integer(), default: nil) - Output only. The index of the shard among all the shards.
  • testTargetsForShard (type: GoogleApi.Testing.V1.Model.TestTargetsForShard.t, default: nil) - Output only. Test targets for each shard.

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.Testing.V1.Model.Shard{
  numShards: integer(),
  shardIndex: integer(),
  testTargetsForShard: GoogleApi.Testing.V1.Model.TestTargetsForShard.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.