Client SDK Version 2.0.0
Ionic Security client SDK for Python users
Public Member Functions | Public Attributes | List of all members
ionicsdk.agent.ResourceRequest Class Reference

Class used to request generic resource object(s). More...

Inheritance diagram for ionicsdk.agent.ResourceRequest:

Public Member Functions

def __init__ (self, refid, resourceid, args=None)
 Constructor which assigns all internal variables. More...
 

Public Attributes

 refid
 (string) The reference ID
 
 resourceid
 (string) The resource ID
 
 args
 (string) The request arguments
 

Detailed Description

Class used to request generic resource object(s).

Constructor & Destructor Documentation

◆ __init__()

def ionicsdk.agent.ResourceRequest.__init__ (   self,
  refid,
  resourceid,
  args = None 
)

Constructor which assigns all internal variables.

Parameters
refid(string) The resource ID
resourceid(string) The resource ID
args(string) The request arguments

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