View Source GoogleApi.Testing.V1.Model.DeviceIpBlock (google_api_testing v0.33.0)

A single device IP block

Attributes

  • addedDate (type: GoogleApi.Testing.V1.Model.Date.t, default: nil) - The date this block was added to Firebase Test Lab
  • block (type: String.t, default: nil) - An IP address block in CIDR notation eg: 34.68.194.64/29
  • form (type: String.t, default: nil) - Whether this block is used by physical or virtual devices

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Testing.V1.Model.DeviceIpBlock{
  addedDate: GoogleApi.Testing.V1.Model.Date.t() | nil,
  block: String.t() | nil,
  form: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.