Sha256: 43bd94b8b21f2640844ebfa6e488e1e1564811ad4c485c8ad82deef5da8d6fcd
Contents?: true
Size: 786 Bytes
Versions: 7
Compression:
Stored size: 786 Bytes
Contents
# OpenapiClient::Properties ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **font_face** | [**FontFace**](FontFace.md) | | [optional] **font_size** | **String** | Font size property. | [optional] **font_weight** | [**FontWeight**](FontWeight.md) | | [optional] **font_color** | **String** | Hexadecimal color value. | [optional] **color** | **String** | Hexadecimal color value. | [optional] ## Code Sample ```ruby require 'OpenapiClient' instance = OpenapiClient::Properties.new(font_face: null, font_size: xx-small, font_weight: null, font_color: #FFEE00, color: #FFEE00) ```
Version data entries
7 entries across 7 versions & 1 rubygems