Class: DatadogAPIClient::V2::GlobalOrgAttributes

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/global_org_attributes.rb

Overview

Attributes of an organization associated with the authenticated user.

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/global_org_attributes.rb', line 36

def additional_properties
  @additional_properties
end

#orgObject

Organization information for a global organization association.



25
26
27
# File 'lib/datadog_api_client/v2/models/global_org_attributes.rb', line 25

def org
  @org
end

#redirect_urlObject

The login URL used to switch into the organization, if available.



28
29
30
# File 'lib/datadog_api_client/v2/models/global_org_attributes.rb', line 28

def redirect_url
  @redirect_url
end

#source_regionObject

The source region of the organization.



31
32
33
# File 'lib/datadog_api_client/v2/models/global_org_attributes.rb', line 31

def source_region
  @source_region
end

#userObject

User information for a global organization association.



34
35
36
# File 'lib/datadog_api_client/v2/models/global_org_attributes.rb', line 34

def user
  @user
end