View Source GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV2EnvironmentVariable (google_api_security_center v0.29.0)

A name-value pair representing an environment variable used in an operating system process.

Attributes

  • name (type: String.t, default: nil) - Environment variable name as a JSON encoded string.
  • val (type: String.t, default: nil) - Environment variable value as a JSON encoded string.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV2EnvironmentVariable{
    name: String.t() | nil,
    val: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.