View Source GoogleApi.Compute.V1.Model.ServiceAttachmentConsumerProjectLimit (google_api_compute v0.56.2)

Attributes

  • connectionLimit (type: integer(), default: nil) - The value of the limit to set.
  • networkUrl (type: String.t, default: nil) - The network URL for the network to set the limit for.
  • projectIdOrNum (type: String.t, default: nil) - The project id or number for the project to set the limit for.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Compute.V1.Model.ServiceAttachmentConsumerProjectLimit{
  connectionLimit: integer() | nil,
  networkUrl: String.t() | nil,
  projectIdOrNum: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.