Dashboard
PHP:
8.3.33
OS:
Linux
User:
proje374
/
/
usr
/
libexec
/
oracle-cloud-agent
/
plugins
/
osms
/
oci
/
usage
/
models
📤 Upload
📝 New File
📁 New Folder
Close
Editing: reward_collection.pyc
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 @ sd e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zd d� Z dd � Z dd� ZdS )�RewardCollectionzp The response object for the ListRewards API call. Provides information about the subscription rewards. c K s( ddd�| _ ddd�| _d| _d| _dS )a Initializes a new RewardCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param summary: The value to assign to the summary property of this RewardCollection. :type summary: oci.usage.models.RewardDetails :param items: The value to assign to the items property of this RewardCollection. :type items: list[oci.usage.models.MonthlyRewardSummary] � RewardDetailszlist[MonthlyRewardSummary])�summary�itemsr r N)� swagger_types� attribute_map�_summary�_items)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/usage/models/reward_collection.py�__init__ s ��zRewardCollection.__init__c C s | j S )z� **[Required]** Gets the summary of this RewardCollection. :return: The summary of this RewardCollection. :rtype: oci.usage.models.RewardDetails �r �r r r r r + s zRewardCollection.summaryc C s || _ dS )z� Sets the summary of this RewardCollection. :param summary: The summary of this RewardCollection. :type: oci.usage.models.RewardDetails Nr )r r r r r r 5 s c C s | j S )z� Gets the items of this RewardCollection. The monthly summary of rewards. :return: The items of this RewardCollection. :rtype: list[oci.usage.models.MonthlyRewardSummary] �r r r r r r ? s zRewardCollection.itemsc C s || _ dS )z� Sets the items of this RewardCollection. The monthly summary of rewards. :param items: The items of this RewardCollection. :type: list[oci.usage.models.MonthlyRewardSummary] Nr )r r r r r r K s c C s t | �S �N)r r r r r �__repr__W s zRewardCollection.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__Z s zRewardCollection.__eq__c C s | |k S r r r r r r �__ne__` s zRewardCollection.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r s r N)�oci.utilr r r �oci.decoratorsr �objectr r r r r �<module> s
Save
Cancel