UIProperties¶
-
class
oci.data_integration.models.
UIProperties
(**kwargs)¶ Bases:
object
The UI properties of the object.
Methods
__init__
(**kwargs)Initializes a new UIProperties object with values from keyword arguments. Attributes
coordinate_x
Gets the coordinate_x of this UIProperties. coordinate_y
Gets the coordinate_y of this UIProperties. -
__init__
(**kwargs)¶ Initializes a new UIProperties object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - coordinate_x (float) – The value to assign to the coordinate_x property of this UIProperties.
- coordinate_y (float) – The value to assign to the coordinate_y property of this UIProperties.
-
coordinate_x
¶ Gets the coordinate_x of this UIProperties. The X coordinate of the object.
Returns: The coordinate_x of this UIProperties. Return type: float
-
coordinate_y
¶ Gets the coordinate_y of this UIProperties. The Y coordinate of the object.
Returns: The coordinate_y of this UIProperties. Return type: float
-