Sha256: ef2a9abe7af203859761ea9309a4f4d3027d544c2dee037dd0738c9f7d9be850
Contents?: true
Size: 528 Bytes
Versions: 2
Compression:
Stored size: 528 Bytes
Contents
# DatadogAPIClient::V2::Creator ## Properties | Name | Type | Description | Notes | | ---------- | ---------- | ---------------------- | ---------- | | **email** | **String** | Email of the creator. | [optional] | | **handle** | **String** | Handle of the creator. | [optional] | | **name** | **String** | Name of the creator. | [optional] | ## Example ```ruby require 'datadog_api_client/v2' instance = DatadogAPIClient::V2::Creator.new( email: null, handle: null, name: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v2/Creator.md |
datadog_api_client-1.5.0 | docs/v2/Creator.md |