Class: DatadogAPIClient::V1::SharedDashboardAuthor

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v1/models/shared_dashboard_author.rb

Overview

User who shared the dashboard.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#handleObject

Identifier of the user who shared the dashboard.



25
26
27
# File 'lib/datadog_api_client/v1/models/shared_dashboard_author.rb', line 25

def handle
  @handle
end

#nameObject

Name of the user who shared the dashboard.



28
29
30
# File 'lib/datadog_api_client/v1/models/shared_dashboard_author.rb', line 28

def name
  @name
end