Sha256: 9c66cdc6810b88a0635eafc962d0ffd8c5029e52853e39692f1fdd10a6aa8deb
Contents?: true
Size: 649 Bytes
Versions: 2
Compression:
Stored size: 649 Bytes
Contents
# DatadogAPIClient::V2::IncidentServiceRelationships ## Properties | Name | Type | Description | Notes | | -------------------- | ----------------------------------------------- | ----------- | ---------- | | **created_by** | [**RelationshipToUser**](RelationshipToUser.md) | | [optional] | | **last_modified_by** | [**RelationshipToUser**](RelationshipToUser.md) | | [optional] | ## Example ```ruby require 'datadog_api_client/v2' instance = DatadogAPIClient::V2::IncidentServiceRelationships.new( created_by: null, last_modified_by: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v2/IncidentServiceRelationships.md |
datadog_api_client-1.5.0 | docs/v2/IncidentServiceRelationships.md |