Show / Hide Table of Contents

Class GooglePrivacyDlpV2Color

Represents a color in the RGB color space.

Inheritance
object
GooglePrivacyDlpV2Color
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2Color : IDirectResponseSchema

Properties

Blue

The amount of blue in the color as a value in the interval [0, 1].

Declaration
[JsonProperty("blue")]
public virtual float? Blue { get; set; }
Property Value
Type Description
float?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Green

The amount of green in the color as a value in the interval [0, 1].

Declaration
[JsonProperty("green")]
public virtual float? Green { get; set; }
Property Value
Type Description
float?

Red

The amount of red in the color as a value in the interval [0, 1].

Declaration
[JsonProperty("red")]
public virtual float? Red { get; set; }
Property Value
Type Description
float?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX