google_api_dlp v0.9.0 GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Color View Source

Represents a color in the RGB color space.

Attributes

  • blue (float()): The amount of blue in the color as a value in the interval [0, 1]. Defaults to: null.
  • green (float()): The amount of green in the color as a value in the interval [0, 1]. Defaults to: null.
  • red (float()): The amount of red in the color as a value in the interval [0, 1]. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Color{
  blue: any(),
  green: any(),
  red: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.