ExportedVariableCollection¶
- 
class oci.devops.models.ExportedVariableCollection(**kwargs)¶
- Bases: - object- Specifies list of exported variables. - Methods - __init__(**kwargs)- Initializes a new ExportedVariableCollection object with values from keyword arguments. - Attributes - items- [Required] Gets the items of this ExportedVariableCollection. - 
__init__(**kwargs)¶
- Initializes a new ExportedVariableCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - items (list[oci.devops.models.ExportedVariable]) – The value to assign to the items property of this ExportedVariableCollection. 
 - 
items¶
- [Required] Gets the items of this ExportedVariableCollection. List of exported variables. - Returns: - The items of this ExportedVariableCollection. - Return type: - list[oci.devops.models.ExportedVariable] 
 
-