📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
usage_api
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/usage_api/models/__pycache__
💾
Free:
45.9 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: request_usage_carbon_emissions_details.cpython-39.pyc
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 @ s e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zdd� Zdd� Zd d!� Zd"S )#�"RequestUsageCarbonEmissionsDetailsz8 Details for the '/usageCarbonEmissions' query. c K sd ddddddddd�| _ d d ddd dddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ dS )ax Initializes a new RequestUsageCarbonEmissionsDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param tenant_id: The value to assign to the tenant_id property of this RequestUsageCarbonEmissionsDetails. :type tenant_id: str :param time_usage_started: The value to assign to the time_usage_started property of this RequestUsageCarbonEmissionsDetails. :type time_usage_started: datetime :param time_usage_ended: The value to assign to the time_usage_ended property of this RequestUsageCarbonEmissionsDetails. :type time_usage_ended: datetime :param is_aggregate_by_time: The value to assign to the is_aggregate_by_time property of this RequestUsageCarbonEmissionsDetails. :type is_aggregate_by_time: bool :param group_by: The value to assign to the group_by property of this RequestUsageCarbonEmissionsDetails. :type group_by: list[str] :param group_by_tag: The value to assign to the group_by_tag property of this RequestUsageCarbonEmissionsDetails. :type group_by_tag: list[oci.usage_api.models.Tag] :param compartment_depth: The value to assign to the compartment_depth property of this RequestUsageCarbonEmissionsDetails. :type compartment_depth: int :param filter: The value to assign to the filter property of this RequestUsageCarbonEmissionsDetails. :type filter: oci.usage_api.models.Filter �strZdatetime�boolz list[str]z list[Tag]�intZFilter)� tenant_id�time_usage_started�time_usage_ended�is_aggregate_by_time�group_by�group_by_tag�compartment_depth�filterZtenantIdZtimeUsageStartedZtimeUsageEndedZisAggregateByTimeZgroupByZ groupByTagZcompartmentDepthr N) Z swagger_typesZ attribute_map� _tenant_id�_time_usage_started�_time_usage_ended�_is_aggregate_by_time� _group_by� _group_by_tag�_compartment_depth�_filter)�self�kwargs� r �_/usr/lib/python3.9/site-packages/oci/usage_api/models/request_usage_carbon_emissions_details.py�__init__ s4 '��z+RequestUsageCarbonEmissionsDetails.__init__c C s | j S )z� **[Required]** Gets the tenant_id of this RequestUsageCarbonEmissionsDetails. Tenant ID. :return: The tenant_id of this RequestUsageCarbonEmissionsDetails. :rtype: str �r �r r r r r W s z,RequestUsageCarbonEmissionsDetails.tenant_idc C s || _ dS )z� Sets the tenant_id of this RequestUsageCarbonEmissionsDetails. Tenant ID. :param tenant_id: The tenant_id of this RequestUsageCarbonEmissionsDetails. :type: str Nr )r r r r r r c s c C s | j S )z� **[Required]** Gets the time_usage_started of this RequestUsageCarbonEmissionsDetails. The usage start time. :return: The time_usage_started of this RequestUsageCarbonEmissionsDetails. :rtype: datetime �r r r r r r o s z5RequestUsageCarbonEmissionsDetails.time_usage_startedc C s || _ dS )z� Sets the time_usage_started of this RequestUsageCarbonEmissionsDetails. The usage start time. :param time_usage_started: The time_usage_started of this RequestUsageCarbonEmissionsDetails. :type: datetime Nr! )r r r r r r { s c C s | j S )z� **[Required]** Gets the time_usage_ended of this RequestUsageCarbonEmissionsDetails. The usage end time. :return: The time_usage_ended of this RequestUsageCarbonEmissionsDetails. :rtype: datetime �r r r r r r � s z3RequestUsageCarbonEmissionsDetails.time_usage_endedc C s || _ dS )z� Sets the time_usage_ended of this RequestUsageCarbonEmissionsDetails. The usage end time. :param time_usage_ended: The time_usage_ended of this RequestUsageCarbonEmissionsDetails. :type: datetime Nr"