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 )�HostedEntityCollectionzB Returns a list of hosted entities for the specific host. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new HostedEntityCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param time_interval_start: The value to assign to the time_interval_start property of this HostedEntityCollection. :type time_interval_start: datetime :param time_interval_end: The value to assign to the time_interval_end property of this HostedEntityCollection. :type time_interval_end: datetime :param items: The value to assign to the items property of this HostedEntityCollection. :type items: list[oci.opsi.models.HostedEntitySummary] �datetimezlist[HostedEntitySummary])�time_interval_start�time_interval_end�items�timeIntervalStart�timeIntervalEndr N)� swagger_types� attribute_map�_time_interval_start�_time_interval_end�_items)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/opsi/models/hosted_entity_collection.py�__init__ s ��zHostedEntityCollection.__init__c C s | j S )z� **[Required]** Gets the time_interval_start of this HostedEntityCollection. The start timestamp that was passed into the request. :return: The time_interval_start of this HostedEntityCollection. :rtype: datetime �r �r r r r r 2 s z*HostedEntityCollection.time_interval_startc C s || _ dS )a Sets the time_interval_start of this HostedEntityCollection. The start timestamp that was passed into the request. :param time_interval_start: The time_interval_start of this HostedEntityCollection. :type: datetime Nr )r r r r r r >