Sha256: b77db4f398cd1fa0b892f62cea5329c820a8d3f19db38c776c5d891774dcc26a
Contents?: true
Size: 715 Bytes
Versions: 7
Compression:
Stored size: 715 Bytes
Contents
# DatadogAPIClient::V1::FreeTextWidgetDefinition ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **color** | **String** | Color of the text. | [optional] | | **font_size** | **String** | Size of the text. | [optional] | | **text** | **String** | Text to display. | | | **text_align** | [**WidgetTextAlign**](WidgetTextAlign.md) | | [optional] | | **type** | [**FreeTextWidgetDefinitionType**](FreeTextWidgetDefinitionType.md) | | [default to 'free_text'] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::FreeTextWidgetDefinition.new( color: null, font_size: null, text: , text_align: null, type: null ) ```
Version data entries
7 entries across 7 versions & 1 rubygems