google_api_testing v0.17.0 GoogleApi.Testing.V1.Model.DeviceIpBlock View Source

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

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.