TriggerSummary¶
- 
class oci.functions.models.TriggerSummary(**kwargs)¶
- Bases: - object- Summary of the Trigger. - Methods - __init__(**kwargs)- Initializes a new TriggerSummary object with values from keyword arguments. - Attributes - name- [Required] Gets the name of this TriggerSummary. - 
__init__(**kwargs)¶
- Initializes a new TriggerSummary 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 TriggerSummary. 
 - 
name¶
- [Required] Gets the name of this TriggerSummary. A brief descriptive name for the PBF trigger. - Returns: - The name of this TriggerSummary. - Return type: - str 
 
-