Sha256: 8171db891802d5fdb7ebe727cf84c22ad986823a6d6571afdd199b6c6674048f
Contents?: true
Size: 467 Bytes
Versions: 7
Compression:
Stored size: 467 Bytes
Contents
# DatadogAPIClient::V1::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/v1' instance = DatadogAPIClient::V1::Creator.new( email: null, handle: null, name: null ) ```
Version data entries
7 entries across 7 versions & 1 rubygems