Sha256: 5252981347226368e1a552621db76a61f3cf7a506aae89caa5b0dbf98996a604

Contents?: true

Size: 1.01 KB

Versions: 2

Compression:

Stored size: 1.01 KB

Contents

# DatadogAPIClient::V1::NoteWidgetDefinition

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **background_color** | **String** | Background color of the note. | [optional] |
| **content** | **String** | Content of the note. |  |
| **font_size** | **String** | Size of the text. | [optional] |
| **show_tick** | **Boolean** | Whether to show a tick or not. | [optional] |
| **text_align** | [**WidgetTextAlign**](WidgetTextAlign.md) |  | [optional] |
| **tick_edge** | [**WidgetTickEdge**](WidgetTickEdge.md) |  | [optional] |
| **tick_pos** | **String** | Where to position the tick on an edge. | [optional] |
| **type** | [**NoteWidgetDefinitionType**](NoteWidgetDefinitionType.md) |  | [default to 'note'] |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::NoteWidgetDefinition.new(
  background_color: null,
  content: ,
  font_size: null,
  show_tick: null,
  text_align: null,
  tick_edge: null,
  tick_pos: null,
  type: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
datadog_api_client-1.0.0.beta.3 docs/v1/NoteWidgetDefinition.md
datadog_api_client-1.0.0.beta.2 docs/v1/NoteWidgetDefinition.md