Class: DatadogAPIClient::V2::GoogleChatAppNamedSpaceResponseAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::GoogleChatAppNamedSpaceResponseAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/google_chat_app_named_space_response_attributes.rb
Overview
Google Chat space attributes.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#display_name ⇒ Object
readonly
Google space display name.
-
#organization_binding_id ⇒ Object
readonly
Organization binding ID.
-
#resource_name ⇒ Object
readonly
Google space resource name.
-
#space_uri ⇒ Object
readonly
Google space URI.
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/google_chat_app_named_space_response_attributes.rb', line 36 def additional_properties @additional_properties end |
#display_name ⇒ Object
Google space display name.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/google_chat_app_named_space_response_attributes.rb', line 25 def display_name @display_name end |
#organization_binding_id ⇒ Object
Organization binding ID.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/google_chat_app_named_space_response_attributes.rb', line 28 def organization_binding_id @organization_binding_id end |
#resource_name ⇒ Object
Google space resource name.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/google_chat_app_named_space_response_attributes.rb', line 31 def resource_name @resource_name end |
#space_uri ⇒ Object
Google space URI.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/google_chat_app_named_space_response_attributes.rb', line 34 def space_uri @space_uri end |