Plugin¶
-
class
oci.jms.models.
Plugin
(**kwargs)¶ Bases:
object
Information about the plugin.
Methods
__init__
(**kwargs)Initializes a new Plugin object with values from keyword arguments. Attributes
name
[Required] Gets the name of this Plugin. version
[Required] Gets the version of this Plugin. -
__init__
(**kwargs)¶ Initializes a new Plugin 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 Plugin.
- version (str) – The value to assign to the version property of this Plugin.
-
name
¶ [Required] Gets the name of this Plugin. The name of the plugin.
Returns: The name of this Plugin. Return type: str
-
version
¶ [Required] Gets the version of this Plugin. The version of the plugin.
Returns: The version of this Plugin. Return type: str
-