Show / Hide Table of Contents

Class DeviceIpBlockCatalog

List of IP blocks used by the Firebase Test Lab

Inheritance
object
DeviceIpBlockCatalog
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX