VanityDomainCollection

class oci.fusion_apps.models.VanityDomainCollection(**kwargs)

Bases: object

Results of a VanityDomain search

Methods

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

Attributes

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

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

Parameters:items (list[oci.fusion_apps.models.VanityDomainSummary]) – The value to assign to the items property of this VanityDomainCollection.
items

[Required] Gets the items of this VanityDomainCollection. A page of VanityDomainSummary objects

Returns:The items of this VanityDomainCollection.
Return type:list[oci.fusion_apps.models.VanityDomainSummary]