ruạṛ
a ���fe � @ 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 )�ResourceAdditionalDetailsz( Optional details of a resource c K s ddi| _ ddi| _d| _dS )ad Initializes a new ResourceAdditionalDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param os_info: The value to assign to the os_info property of this ResourceAdditionalDetails. :type os_info: str �os_info�strZosInfoN)Z swagger_typesZ attribute_map�_os_info)�self�kwargs� r �V/usr/lib/python3.9/site-packages/oci/cloud_guard/models/resource_additional_details.py�__init__ s ��z"ResourceAdditionalDetails.__init__c C s | j S )z� Gets the os_info of this ResourceAdditionalDetails. Type of OS present in the resource :return: The os_info of this ResourceAdditionalDetails. :rtype: str �r �r r r r r &