Class DeviceIpBlock
A single device IP block
Implements
Inherited Members
Namespace: Google.Apis.Testing.v1.Data
Assembly: Google.Apis.Testing.v1.dll
Syntax
public class DeviceIpBlock : IDirectResponseSchema
Properties
AddedDate
The date this block was added to Firebase Test Lab
Declaration
[JsonProperty("addedDate")]
public virtual Date AddedDate { get; set; }
Property Value
Type | Description |
---|---|
Date |
Block
An IP address block in CIDR notation eg: 34.68.194.64/29
Declaration
[JsonProperty("block")]
public virtual string Block { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Form
Whether this block is used by physical or virtual devices
Declaration
[JsonProperty("form")]
public virtual string Form { get; set; }
Property Value
Type | Description |
---|---|
string |