Voting helps other researchers find interesting modules.
Represents a color in the RGBA color space. This message mirrors google.type.Color.
alpha
number()
nil
blue
green
red
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AssistantApiCoreTypesColor{ alpha: number() | nil, blue: number() | nil, green: number() | nil, red: number() | nil }
@spec decode(struct(), keyword()) :: struct()