ruạṛ
a ���fk � @ s8 d dl mZmZmZ d dlmZ eG dd� de��ZdS )� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sJ e Zd ZdZdd� Zedd� �Zejdd� �Zdd� Zd d � Z dd� Z d S )�Cursorz� A cursor that indicates the position in the stream from which you want to begin consuming messages and which is required by the :func:`get_messages` operation. c K s ddi| _ ddi| _d| _dS )a8 Initializes a new Cursor object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param value: The value to assign to the value property of this Cursor. :type value: str �value�strN)Z swagger_typesZ attribute_map�_value)�self�kwargs� r �?/usr/lib/python3.9/site-packages/oci/streaming/models/cursor.py�__init__ s ��zCursor.__init__c C s | j S )z� **[Required]** Gets the value of this Cursor. The cursor to pass to the `GetMessages` operation. :return: The value of this Cursor. :rtype: str �r �r r r r r &