Class: DatadogAPIClient::V1::SharedDashboardInvitesDataObject
- Inherits:
- 
      Object
      
        - Object
- DatadogAPIClient::V1::SharedDashboardInvitesDataObject
 
- 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
- 
  
    
      #additional_properties  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute additional_properties. 
- 
  
    
      #attributes  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    Attributes of the shared dashboard invitation. 
- 
  
    
      #type  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    Type for shared dashboard invitation request body. 
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
| 30 31 32 | # File 'lib/datadog_api_client/v1/models/shared_dashboard_invites_data_object.rb', line 30 def additional_properties @additional_properties end | 
#attributes ⇒ Object
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 | 
#type ⇒ Object
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 |