Class: DatadogAPIClient::V1::SharedDashboardInviteesItems
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::SharedDashboardInviteesItems
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/shared_dashboard_invitees_items.rb
Overview
The allowlisted invitees for an INVITE-only shared dashboard.
Instance Attribute Summary collapse
-
#access_expiration ⇒ Object
Time of the invitee expiration.
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#created_at ⇒ Object
Time that the invitee was created.
-
#email ⇒ Object
readonly
Email of the invitee.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#access_expiration ⇒ Object
Time of the invitee expiration. Null means the invite will not expire.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/shared_dashboard_invitees_items.rb', line 25 def access_expiration @access_expiration end |
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
33 34 35 |
# File 'lib/datadog_api_client/v1/models/shared_dashboard_invitees_items.rb', line 33 def additional_properties @additional_properties end |
#created_at ⇒ Object
Time that the invitee was created.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/shared_dashboard_invitees_items.rb', line 28 def created_at @created_at end |
#email ⇒ Object
Email of the invitee.
31 32 33 |
# File 'lib/datadog_api_client/v1/models/shared_dashboard_invitees_items.rb', line 31 def email @email end |