📂 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
›
management_dashboard
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/management_dashboard/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: management_dashboard_tile_details.cpython-39.pyc
a ���f?6 � @ 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 @ st e Zd ZdZdZdZdZdd� Zedd� �Z e j d d� �Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd � �Zej d!d � �Zed"d#� �Zej d$d#� �Zed%d&� �Zej d'd&� �Zed(d)� �Zej d*d)� �Zd+d,� Zd-d.� Zd/d0� Zd1S )2�ManagementDashboardTileDetailsz� Properties of the dashboard tile representing a saved search. Tiles are laid out in a twelve column grid system with (0,0) at upper left corner. �DELETED�UNAUTHORIZED�DEFAULTc K s� ddddddddddddd�| _ dddd d ddd ddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ dS )a� Initializes a new ManagementDashboardTileDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param display_name: The value to assign to the display_name property of this ManagementDashboardTileDetails. :type display_name: str :param saved_search_id: The value to assign to the saved_search_id property of this ManagementDashboardTileDetails. :type saved_search_id: str :param row: The value to assign to the row property of this ManagementDashboardTileDetails. :type row: int :param column: The value to assign to the column property of this ManagementDashboardTileDetails. :type column: int :param height: The value to assign to the height property of this ManagementDashboardTileDetails. :type height: int :param width: The value to assign to the width property of this ManagementDashboardTileDetails. :type width: int :param nls: The value to assign to the nls property of this ManagementDashboardTileDetails. :type nls: object :param ui_config: The value to assign to the ui_config property of this ManagementDashboardTileDetails. :type ui_config: object :param data_config: The value to assign to the data_config property of this ManagementDashboardTileDetails. :type data_config: list[object] :param state: The value to assign to the state property of this ManagementDashboardTileDetails. Allowed values for this property are: "DELETED", "UNAUTHORIZED", "DEFAULT", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type state: str :param drilldown_config: The value to assign to the drilldown_config property of this ManagementDashboardTileDetails. :type drilldown_config: object :param parameters_map: The value to assign to the parameters_map property of this ManagementDashboardTileDetails. :type parameters_map: object �str�int�objectzlist[object])�display_name�saved_search_id�row�column�height�width�nls� ui_config�data_config�state�drilldown_config�parameters_mapZdisplayNameZ savedSearchIdr r r r r ZuiConfigZ dataConfigr ZdrilldownConfigZ parametersMapN)Z swagger_typesZ attribute_map� _display_name�_saved_search_id�_row�_column�_height�_width�_nls� _ui_config�_data_config�_state�_drilldown_config�_parameters_map)�self�kwargs� r'