Base class for all backend GraphQL API objects.
This class serves as a framework for API objects to be constructed based on a partially-complete JSON response, and to fill in their remaining members dynamically if needed.
Base constructor.
Each object requires:
Returns the application logs for the given Task Run.
These may be print
or Exception logs running your Orchestration.
Note: The default retention policy for Orchestration logs is 30 days.
A List of str. Each str represents a newline-separated entry from the Task's log. :
Built-in mutable sequence.
If no argument is given, the constructor creates a new empty list. The argument must be an iterable if specified.
This is a list of logs associated with a Task run.