abacusai.playground_text
========================

.. py:module:: abacusai.playground_text


Classes
-------

.. autoapisummary::

   abacusai.playground_text.PlaygroundText


Module Contents
---------------

.. py:class:: PlaygroundText(client, playgroundText=None, renderingCode=None)

   Bases: :py:obj:`abacusai.return_class.AbstractApiClass`


   The text content inside of a playground segment.

   :param client: An authenticated API Client instance
   :type client: ApiClient
   :param playgroundText: The text of the playground segment.
   :type playgroundText: str
   :param renderingCode: The rendering code of the playground segment.
   :type renderingCode: str


   .. py:attribute:: playground_text
      :value: None



   .. py:attribute:: rendering_code
      :value: None



   .. py:attribute:: deprecated_keys


   .. py:method:: __repr__()


   .. py:method:: to_dict()

      Get a dict representation of the parameters in this class

      :returns: The dict value representation of the class parameters
      :rtype: dict



