# DatadogAPIClient::V2::IncidentCreateRelationships ## Properties | Name | Type | Description | Notes | | ------------- | ----------------------------------------------- | ----------- | ----- | | **commander** | [**RelationshipToUser**](RelationshipToUser.md) | | | ## Example ```ruby require 'datadog_api_client/v2' instance = DatadogAPIClient::V2::IncidentCreateRelationships.new( commander: null ) ```