📂 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
›
ai_document
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/ai_document/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: dimensions.cpython-39.opt-1.pyc
a ���ft � @ 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 ZdZdZdZdd� Zedd� �Zej dd� �Zed d � �Z e j dd � �Z edd � �Zej dd � �Zdd� Zdd� Z dd� ZdS )� Dimensionsz) The width and height of a page. �PIXEL�INCHc K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new Dimensions object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param width: The value to assign to the width property of this Dimensions. :type width: float :param height: The value to assign to the height property of this Dimensions. :type height: float :param unit: The value to assign to the unit property of this Dimensions. Allowed values for this property are: "PIXEL", "INCH", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type unit: str �float�str)�width�height�unitr r r N)Z swagger_typesZ attribute_map�_width�_height�_unit)�self�kwargs� r �E/usr/lib/python3.9/site-packages/oci/ai_document/models/dimensions.py�__init__ s ��zDimensions.__init__c C s | j S )z� **[Required]** Gets the width of this Dimensions. the width of a page. :return: The width of this Dimensions. :rtype: float �r �r r r r r >