Sha256: ac2eba47cace752e16029d7ddb792c69c59b374f132b5535c2c0d9eb48f994b9
Contents?: true
Size: 1.02 KB
Versions: 7
Compression:
Stored size: 1.02 KB
Contents
# DatadogAPIClient::V1::ServiceMapWidgetDefinition ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **custom_links** | [**Array<WidgetCustomLink>**](WidgetCustomLink.md) | List of custom links. | [optional] | | **filters** | **Array<String>** | Your environment and primary tag (or * if enabled for your account). | | | **service** | **String** | The ID of the service you want to map. | | | **title** | **String** | The title of your widget. | [optional] | | **title_align** | [**WidgetTextAlign**](WidgetTextAlign.md) | | [optional] | | **title_size** | **String** | Size of the title. | [optional] | | **type** | [**ServiceMapWidgetDefinitionType**](ServiceMapWidgetDefinitionType.md) | | [default to 'servicemap'] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::ServiceMapWidgetDefinition.new( custom_links: null, filters: ["*"], service: , title: null, title_align: null, title_size: null, type: null ) ```
Version data entries
7 entries across 7 versions & 1 rubygems