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

Represents a generic name-value label. A label has separate name and value fields to support filtering with the contains() function. For more information, see Filtering on array-type fields.

Attributes

  • name (type: String.t, default: nil) - Name of the label.
  • value (type: String.t, default: nil) - Value that corresponds to the label's name.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.