AvailableServiceCollection

class oci.marketplace_publisher.models.AvailableServiceCollection(**kwargs)

Bases: object

Results of available service provider search, returns available services

Methods

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

Attributes

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

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

Parameters:items (list[oci.marketplace_publisher.models.AvailableServiceSummary]) – The value to assign to the items property of this AvailableServiceCollection.
items

[Required] Gets the items of this AvailableServiceCollection. List of available service providers

Returns:The items of this AvailableServiceCollection.
Return type:list[oci.marketplace_publisher.models.AvailableServiceSummary]