Class DeviceIpBlockCatalog
List of IP blocks used by the Firebase Test Lab
Implements
Inherited Members
Namespace: Google.Apis.Testing.v1.Data
Assembly: Google.Apis.Testing.v1.dll
Syntax
public class DeviceIpBlockCatalog : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
IpBlocks
The device IP blocks used by Firebase Test Lab
Declaration
[JsonProperty("ipBlocks")]
public virtual IList<DeviceIpBlock> IpBlocks { get; set; }
Property Value
Type | Description |
---|---|
IList<DeviceIpBlock> |