ruạṛ
a ���f> � @ 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 )�VerifiedDataz: The response to a request to verify the message. c K s ddi| _ ddi| _d| _dS )al Initializes a new VerifiedData object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param is_signature_valid: The value to assign to the is_signature_valid property of this VerifiedData. :type is_signature_valid: bool �is_signature_valid�boolZisSignatureValidN)Z swagger_typesZ attribute_map�_is_signature_valid)�self�kwargs� r �K/usr/lib/python3.9/site-packages/oci/key_management/models/verified_data.py�__init__ s ��zVerifiedData.__init__c C s | j S )z� **[Required]** Gets the is_signature_valid of this VerifiedData. A Boolean value that indicates whether the signature was verified. :return: The is_signature_valid of this VerifiedData. :rtype: bool �r �r r r r r &