Class: DatadogAPIClient::V1::SharedDashboardInvitesDataObject

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

Overview

Object containing the information for an invitation to a shared dashboard.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#attributesObject

Attributes of the shared dashboard invitation



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

def attributes
  @attributes
end

#typeObject

Type for shared dashboard invitation request body.



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

def type
  @type
end