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 )�ServiceTenancyz< Tenancy where Log Analytics Application belongs to c K s ddi| _ ddi| _d| _dS )aW Initializes a new ServiceTenancy object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param tenancy_id: The value to assign to the tenancy_id property of this ServiceTenancy. :type tenancy_id: str � tenancy_id�strZ tenancyIdN)Z swagger_typesZ attribute_map�_tenancy_id)�self�kwargs� r �L/usr/lib/python3.9/site-packages/oci/log_analytics/models/service_tenancy.py�__init__ s ��zServiceTenancy.__init__c C s | j S )z� **[Required]** Gets the tenancy_id of this ServiceTenancy. Tenancy ID :return: The tenancy_id of this ServiceTenancy. :rtype: str �r �r r r r r $ s zServiceTenancy.tenancy_idc C s || _ dS )z� Sets the tenancy_id of this ServiceTenancy. Tenancy ID :param tenancy_id: The tenancy_id of this ServiceTenancy. :type: str Nr )r r r r r r 0 s c C s t | �S �N)r r r r r �__repr__<