Agent SDK
Public Member Functions | List of all members
ionicsdk.agent.ResourceResponseList Class Reference

List of generic resource object(s) with convenience functions for searching by refid. More...

Inheritance diagram for ionicsdk.agent.ResourceResponseList:

Public Member Functions

def getrefids (self)
 Get the list of reference IDs in this response. More...
 
def findrefid (self, refid)
 Find a resource response in this list by reference ID. More...
 

Detailed Description

List of generic resource object(s) with convenience functions for searching by refid.

Member Function Documentation

§ findrefid()

def ionicsdk.agent.ResourceResponseList.findrefid (   self,
  refid 
)

Find a resource response in this list by reference ID.

Parameters
refid(string) The reference id to search for
Returns
The resource response or None if it was not found in the list.

§ getrefids()

def ionicsdk.agent.ResourceResponseList.getrefids (   self)

Get the list of reference IDs in this response.

Returns
The list of reference IDs.

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