Placeholder

class oci.fleet_apps_management.models.Placeholder(**kwargs)

Bases: object

Place Holder.

Methods

__init__(**kwargs) Initializes a new Placeholder object with values from keyword arguments.

Attributes

key Gets the key of this Placeholder.
placeholder Gets the placeholder of this Placeholder.
step_name [Required] Gets the step_name of this Placeholder.
__init__(**kwargs)

Initializes a new Placeholder object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • step_name (str) – The value to assign to the step_name property of this Placeholder.
  • key (str) – The value to assign to the key property of this Placeholder.
  • placeholder (str) – The value to assign to the placeholder property of this Placeholder.
key

Gets the key of this Placeholder. key for placeholder.

Returns:The key of this Placeholder.
Return type:str
placeholder

Gets the placeholder of this Placeholder. placeholder value .

Returns:The placeholder of this Placeholder.
Return type:str
step_name

[Required] Gets the step_name of this Placeholder. Step name for placeholder.

Returns:The step_name of this Placeholder.
Return type:str