Show / Hide Table of Contents

Class DeviceIpBlock

A single device IP block

Inheritance
object
DeviceIpBlock
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX