PublicVantagePointCollection

class oci.apm_synthetics.models.PublicVantagePointCollection(**kwargs)

Bases: object

The results of a public vantage point search, which contains PublicVantagePointSummary items and other data in an APM domain.

Methods

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

Attributes

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

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

Parameters:items (list[oci.apm_synthetics.models.PublicVantagePointSummary]) – The value to assign to the items property of this PublicVantagePointCollection.
items

[Required] Gets the items of this PublicVantagePointCollection. List of PublicVantagePointSummary items.

Returns:The items of this PublicVantagePointCollection.
Return type:list[oci.apm_synthetics.models.PublicVantagePointSummary]