Class: DatadogAPIClient::V2::UserInvitationDataAttributes
- Inherits:
 - 
      Object
      
        
- Object
 - DatadogAPIClient::V2::UserInvitationDataAttributes
 
 
- Includes:
 - BaseGenericModel
 
- Defined in:
 - lib/datadog_api_client/v2/models/user_invitation_data_attributes.rb
 
Overview
Attributes of a user invitation.
Instance Attribute Summary collapse
- 
  
    
      #additional_properties  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute additional_properties.
 - 
  
    
      #created_at  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Creation time of the user invitation.
 - 
  
    
      #expires_at  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Time of invitation expiration.
 - 
  
    
      #invite_type  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Type of invitation.
 - 
  
    
      #uuid  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
UUID of the user invitation.
 
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
      36 37 38  | 
    
      # File 'lib/datadog_api_client/v2/models/user_invitation_data_attributes.rb', line 36 def additional_properties @additional_properties end  | 
  
#created_at ⇒ Object
Creation time of the user invitation.
      25 26 27  | 
    
      # File 'lib/datadog_api_client/v2/models/user_invitation_data_attributes.rb', line 25 def created_at @created_at end  | 
  
#expires_at ⇒ Object
Time of invitation expiration.
      28 29 30  | 
    
      # File 'lib/datadog_api_client/v2/models/user_invitation_data_attributes.rb', line 28 def expires_at @expires_at end  | 
  
#invite_type ⇒ Object
Type of invitation.
      31 32 33  | 
    
      # File 'lib/datadog_api_client/v2/models/user_invitation_data_attributes.rb', line 31 def invite_type @invite_type end  | 
  
#uuid ⇒ Object
UUID of the user invitation.
      34 35 36  | 
    
      # File 'lib/datadog_api_client/v2/models/user_invitation_data_attributes.rb', line 34 def uuid @uuid end  |