ShapeAlternativeObject¶
-
class
oci.core.models.
ShapeAlternativeObject
(**kwargs)¶ Bases:
object
The shape that Oracle recommends you to use an alternative to the current shape.
Methods
__init__
(**kwargs)Initializes a new ShapeAlternativeObject object with values from keyword arguments. Attributes
shape_name
[Required] Gets the shape_name of this ShapeAlternativeObject. -
__init__
(**kwargs)¶ Initializes a new ShapeAlternativeObject object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: shape_name (str) – The value to assign to the shape_name property of this ShapeAlternativeObject.
-
shape_name
¶ [Required] Gets the shape_name of this ShapeAlternativeObject. The name of the shape.
Returns: The shape_name of this ShapeAlternativeObject. Return type: str
-