Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 545 Bytes

File metadata and controls

22 lines (16 loc) · 545 Bytes

DatadogAPIClient::V2::UserCreateData

Properties

Name Type Description Notes
attributes UserCreateAttributes
relationships UserRelationships [optional]
type UsersType [default to 'users']

Example

require 'datadog_api_client/v2'

instance = DatadogAPIClient::V2::UserCreateData.new(
  attributes: null,
  relationships: null,
  type: null
)