ruạṛ
a N��f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�UpdateConnectionDetails� )�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 )�(UpdateGithubAccessTokenConnectionDetailsz� The details for updating a connection of the type `GITHUB_ACCESS_TOKEN`. This type corresponds to a connection in GitHub that is authenticated with a personal access token. c K sV ddddddd�| _ ddddd d d�| _d| _d| _d| _d| _d| _d| _d| _dS ) a� Initializes a new UpdateGithubAccessTokenConnectionDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.devops.models.UpdateGithubAccessTokenConnectionDetails.connection_type` attribute of this class is ``GITHUB_ACCESS_TOKEN`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param description: The value to assign to the description property of this UpdateGithubAccessTokenConnectionDetails. :type description: str :param display_name: The value to assign to the display_name property of this UpdateGithubAccessTokenConnectionDetails. :type display_name: str :param connection_type: The value to assign to the connection_type property of this UpdateGithubAccessTokenConnectionDetails. :type connection_type: str :param freeform_tags: The value to assign to the freeform_tags property of this UpdateGithubAccessTokenConnectionDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this UpdateGithubAccessTokenConnectionDetails. :type defined_tags: dict(str, dict(str, object)) :param access_token: The value to assign to the access_token property of this UpdateGithubAccessTokenConnectionDetails. :type access_token: str �strzdict(str, str)zdict(str, dict(str, object)))�description�display_name�connection_type� freeform_tags�defined_tags�access_tokenr �displayName�connectionType�freeformTags�definedTags�accessTokenN�GITHUB_ACCESS_TOKEN)� swagger_types� attribute_map�_description� _display_name�_connection_type�_freeform_tags� _defined_tags� _access_token)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/devops/models/update_github_access_token_connection_details.py�__init__ s* � � z1UpdateGithubAccessTokenConnectionDetails.__init__c C s | j S )z� Gets the access_token of this UpdateGithubAccessTokenConnectionDetails. OCID of personal access token saved in secret store :return: The access_token of this UpdateGithubAccessTokenConnectionDetails. :rtype: str �r �r r r r! r J s z5UpdateGithubAccessTokenConnectionDetails.access_tokenc C s || _ dS )a Sets the access_token of this UpdateGithubAccessTokenConnectionDetails. OCID of personal access token saved in secret store :param access_token: The access_token of this UpdateGithubAccessTokenConnectionDetails. :type: str Nr# )r r r r r! r V s c C s t | �S �N)r r$ r r r! �__repr__b s z1UpdateGithubAccessTokenConnectionDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r! �__eq__e s z/UpdateGithubAccessTokenConnectionDetails.__eq__c C s | |k S r% r r( r r r! �__ne__k s z/UpdateGithubAccessTokenConnectionDetails.__ne__N)�__name__� __module__�__qualname__�__doc__r"