{
"sections": [
"title",
"description",
"supported_soap_calls",
"supported_rest_api_http_methods",
"fields",
"wsdl_segment"
],
"title": "DelegateGroupMember - Tooling API",
"description": "Represents users assigned to the delegate group This object is available in Tooling API version 57.0 and later.",
"supported_soap_calls": "`create()`, `delete()`, `describeSObjects()`, `query()`, `retrieve()`, `update()`, `upsert()`",
"supported_rest_api_http_methods": "`DELETE`, `GET`, `HEAD`, `PATCH`, `POST`, `Query`",
"fields_columns": [
"type",
"properties",
"description",
"relationship_name",
"relationship_type",
"refers_to"
],
"fields": {
"DelegateGroupId": {
"type": "reference",
"properties": "Create, Filter, Group, Sort, Update",
"description": "The id of the associated delegate group."
},
"UserOrGroupId": {
"type": "reference",
"properties": "Create, Filter, Group, Nillable, Sort",
"description": "The reference indicating the user id of the delegated administrator for the delegate group. Note: User is the only valid value for this field. Group is reserved for future development. This field is a polymorphic relationship field.",
"relationship_name": "null",
"relationship_type": "Lookup",
"refers_to": "Group, User"
}
},
"wsdl_segment": "```xml\n\n \n \n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n \n\n```"
}