ruạṛ
a O��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 @ s~ e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z d d� Z dd� Zdd� ZdS )�CollaborativeCapabilityWeightz� Defines how much a contributing capability contributes towards the action threshold of a collaborative protection capability. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new CollaborativeCapabilityWeight object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param key: The value to assign to the key property of this CollaborativeCapabilityWeight. :type key: str :param display_name: The value to assign to the display_name property of this CollaborativeCapabilityWeight. :type display_name: str :param weight: The value to assign to the weight property of this CollaborativeCapabilityWeight. :type weight: int �str�int)�key�display_name�weightr �displayNamer N)� swagger_types� attribute_map�_key� _display_name�_weight)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/waf/models/collaborative_capability_weight.py�__init__ s ��z&CollaborativeCapabilityWeight.__init__c C s | j S )z� **[Required]** Gets the key of this CollaborativeCapabilityWeight. Unique key of contributing protection capability. :return: The key of this CollaborativeCapabilityWeight. :rtype: str �r �r r r r r 2 s z!CollaborativeCapabilityWeight.keyc C s || _ dS )z� Sets the key of this CollaborativeCapabilityWeight. Unique key of contributing protection capability. :param key: The key of this CollaborativeCapabilityWeight. :type: str Nr )r r r r r r >