Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
ast_ari_asterisk_delete_object_args Struct Reference

#include <resource_asterisk.h>

Data Fields

const char * config_class
 
const char * id
 
const char * object_type
 

Detailed Description

Argument struct for ast_ari_asterisk_delete_object()

Definition at line 90 of file resource_asterisk.h.

Field Documentation

◆ config_class

const char* config_class

The configuration class containing dynamic configuration objects.

Definition at line 92 of file resource_asterisk.h.

Referenced by ast_ari_asterisk_delete_object(), and ast_ari_asterisk_delete_object_cb().

◆ id

const char* id

The unique identifier of the object to delete.

Definition at line 96 of file resource_asterisk.h.

Referenced by ast_ari_asterisk_delete_object(), ast_ari_asterisk_delete_object_cb(), and Model::load().

◆ object_type

const char* object_type

The type of configuration object to delete.

Definition at line 94 of file resource_asterisk.h.

Referenced by ast_ari_asterisk_delete_object(), and ast_ari_asterisk_delete_object_cb().


The documentation for this struct was generated from the following file: