Class: DatadogAPIClient::V2::OrgGroupMembershipBulkUpdateRelationships
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::OrgGroupMembershipBulkUpdateRelationships
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/org_group_membership_bulk_update_relationships.rb
Overview
Relationships for bulk updating memberships.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#source_org_group ⇒ Object
readonly
Relationship to a single org group.
-
#target_org_group ⇒ Object
readonly
Relationship to a single org group.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
30 31 32 |
# File 'lib/datadog_api_client/v2/models/org_group_membership_bulk_update_relationships.rb', line 30 def additional_properties @additional_properties end |
#source_org_group ⇒ Object
Relationship to a single org group.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/org_group_membership_bulk_update_relationships.rb', line 25 def source_org_group @source_org_group end |
#target_org_group ⇒ Object
Relationship to a single org group.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/org_group_membership_bulk_update_relationships.rb', line 28 def target_org_group @target_org_group end |