GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV2PortRange (google_api_security_center v0.39.0)

View Source

A port range which is inclusive of the min and max values. Values are between 0 and 2^16-1. The max can be equal / must be not smaller than the min value. If min and max are equal this indicates that it is a single port.

Attributes

  • max (type: String.t, default: nil) - Maximum port value.
  • min (type: String.t, default: nil) - Minimum port value.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV2PortRange{
  max: String.t() | nil,
  min: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.