ruạṛ
a ���fe � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�SelectionSourcePolicy� )�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 )�SingleSelectionSourcePolicyz� The single context variable in an incoming request to match against specified selection keys when dynamically routing and dynamically authenticating requests. c K s. ddd�| _ ddd�| _d| _d| _d| _dS )a� Initializes a new SingleSelectionSourcePolicy object with values from keyword arguments. The default value of the :py:attr:`~oci.apigateway.models.SingleSelectionSourcePolicy.type` attribute of this class is ``SINGLE`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param type: The value to assign to the type property of this SingleSelectionSourcePolicy. Allowed values for this property are: "SINGLE" :type type: str :param selector: The value to assign to the selector property of this SingleSelectionSourcePolicy. :type selector: str �str)�type�selectorr r NZSINGLE)Z swagger_typesZ attribute_mapZ_type� _selector)�self�kwargs� r �X/usr/lib/python3.9/site-packages/oci/apigateway/models/single_selection_source_policy.py�__init__ s ��z$SingleSelectionSourcePolicy.__init__c C s | j S )z� **[Required]** Gets the selector of this SingleSelectionSourcePolicy. String describing the context variable used as selector. :return: The selector of this SingleSelectionSourcePolicy. :rtype: str �r �r r r r r 0 s z$SingleSelectionSourcePolicy.selectorc C s || _ dS )z� Sets the selector of this SingleSelectionSourcePolicy. String describing the context variable used as selector. :param selector: The selector of this SingleSelectionSourcePolicy. :type: str Nr )r r r r r r <