Class GooglePrivacyDlpV2Color
Represents a color in the RGB color space.
Implements
Inherited Members
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? |