Sha256: 3b2836c946367492c7d499e3538d4b84e2bafacb74f016e90083ae3afd0cd421
Contents?: true
Size: 1.25 KB
Versions: 2
Compression:
Stored size: 1.25 KB
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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/FreeTextWidgetDefinition.md |
datadog_api_client-1.5.0 | docs/v1/FreeTextWidgetDefinition.md |