Trigger¶
-
class
oci.functions.models.
Trigger
(**kwargs)¶ Bases:
object
PBF specific triggers for activating a PBF.
Methods
__init__
(**kwargs)Initializes a new Trigger object with values from keyword arguments. Attributes
name
[Required] Gets the name of this Trigger. -
__init__
(**kwargs)¶ Initializes a new Trigger object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: name (str) – The value to assign to the name property of this Trigger.
-
name
¶ [Required] Gets the name of this Trigger. A brief descriptive name for the PBF trigger.
Returns: The name of this Trigger. Return type: str
-