Sha256: f1319ccc46adf4f7289052e43f770750095231c577174b2414c59c0b77528f42
Contents?: true
Size: 733 Bytes
Versions: 2
Compression:
Stored size: 733 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/IFrameWidgetDefinition.md |
datadog_api_client-1.5.0 | docs/v1/IFrameWidgetDefinition.md |