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

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

Inheritance diagram for ionicsdk.agent.ResourceResponse:

Public Member Functions

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

Public Attributes

 refid
 (string) The reference ID
 
 data
 (string) The resource
 
 error
 (string) The error text, if there was an error
 

Detailed Description

Class used to return generic resource object(s).

Constructor & Destructor Documentation

◆ __init__()

def ionicsdk.agent.ResourceResponse.__init__ (   self,
  refid,
  data,
  error = None 
)

Constructor which assigns all internal variables.

Parameters
refid(string) The reference ID
data(string) The resource
error(string) The error text, if there was an error

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