View Source GoogleApi.Composer.V1beta1.Model.CidrBlock (google_api_composer v0.35.0)

CIDR block with an optional name.

Attributes

  • cidrBlock (type: String.t, default: nil) - CIDR block that must be specified in CIDR notation.
  • displayName (type: String.t, default: nil) - User-defined name that identifies the CIDR block.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Composer.V1beta1.Model.CidrBlock{
  cidrBlock: String.t() | nil,
  displayName: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.