Sha256: 71767a2a984d2000538bd3006acb96eaf35568fb5c042ccb6b19c7c9b8b55597
Contents?: true
Size: 446 Bytes
Versions: 7
Compression:
Stored size: 446 Bytes
Contents
# DatadogAPIClient::V1::IFrameWidgetDefinition ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **type** | [**IFrameWidgetDefinitionType**](IFrameWidgetDefinitionType.md) | | [default to 'iframe'] | | **url** | **String** | URL of the iframe. | | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::IFrameWidgetDefinition.new( type: null, url: ) ```
Version data entries
7 entries across 7 versions & 1 rubygems