JobInBindsDetails

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

Bases: object

A collection of job in-bind variables.

Methods

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

Attributes

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

Initializes a new JobInBindsDetails 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.JobInBind]) – The value to assign to the items property of this JobInBindsDetails.
items

[Required] Gets the items of this JobInBindsDetails. A list of JobInBind objects.

Returns:The items of this JobInBindsDetails.
Return type:list[oci.database_management.models.JobInBind]