Class: DatadogAPIClient::V2::GoogleChatAppNamedSpaceResponseAttributes

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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_nameObject

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_idObject

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_nameObject

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_uriObject

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