JobOutBindsDetails

class oci.database_management.models.JobOutBindsDetails(**kwargs)

Bases: object

A collection of job out-bind variables.

Methods

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

Attributes

items [Required] Gets the items of this JobOutBindsDetails.
__init__(**kwargs)

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

Parameters:items (list[oci.database_management.models.JobOutBind]) – The value to assign to the items property of this JobOutBindsDetails.
items

[Required] Gets the items of this JobOutBindsDetails. A list of JobOutBind objects.

Returns:The items of this JobOutBindsDetails.
Return type:list[oci.database_management.models.JobOutBind]