Struct google_testing1::api::Shard
source · pub struct Shard {
pub num_shards: Option<i32>,
pub shard_index: Option<i32>,
pub test_targets_for_shard: Option<TestTargetsForShard>,
}Expand description
Output only. Details about the shard.
This type is not used in any activity, and only used as part of another schema.
Fields§
§num_shards: Option<i32>Output only. The total number of shards.
shard_index: Option<i32>Output only. The index of the shard among all the shards.
test_targets_for_shard: Option<TestTargetsForShard>Output only. Test targets for each shard. Only set for manual sharding.
Trait Implementations§
source§impl<'de> Deserialize<'de> for Shard
impl<'de> Deserialize<'de> for Shard
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more